Prepare @actions/cache 3.3.0 release (#1871)

This commit is contained in:
Josh Gross
2024-11-01 13:32:42 -04:00
committed by GitHub
parent d13839fcf4
commit 77f247b2f3
3 changed files with 17 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "3.2.4",
"version": "3.3.0",
"preview": true,
"description": "Actions cache lib",
"keywords": [
@@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.1.1",