cache v3.3.3

This commit is contained in:
Rob Herley 2024-01-11 10:37:08 -05:00
parent 704facf57e
commit eb94f1a6bf
No known key found for this signature in database
GPG key ID: D1602042C3543B06
7 changed files with 860 additions and 1003 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.3.2",
"version": "3.3.3",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.2",
"@actions/cache": "^3.2.3",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"