Merge branch 'main' into neo-cache-service

This commit is contained in:
Bassem Dghaidi
2024-11-14 02:02:55 -08:00
committed by GitHub
15 changed files with 170 additions and 82 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,8 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.1.1",
@@ -52,4 +51,4 @@
"@types/semver": "^6.0.0",
"typescript": "^5.2.2"
}
}
}