3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-06-20 03:46:30 +00:00

Bump @actions/cache to v5.1.0 - handle cache write error due to RO token

This commit is contained in:
Jason Ginchereau 2026-06-18 12:26:16 -07:00
parent 27d5ce7f10
commit 35f230f0ac
26 changed files with 143029 additions and 116013 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"
}
}
}