1
0
mirror of https://gitea.com/actions/cache.git synced 2026-06-28 04:47:07 +07:00

Bump @actions/cache to v5.1.0 - handle read-only cache access

This commit is contained in:
Jason Ginchereau
2026-06-26 12:05:30 -07:00
committed by GitHub
parent 27d5ce7f10
commit 00c2da95da
11 changed files with 224 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cache",
"version": "5.0.4",
"version": "5.1.0",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^5.0.5",
"@actions/cache": "^5.1.0",
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/io": "^2.0.0"
@@ -51,4 +51,4 @@
"engines": {
"node": ">=24"
}
}
}