mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-06-25 14:20:34 +00:00
Bump @actions/cache to v6.1.0 - handle cache write error due to RO token
This commit is contained in:
parent
2c8a9bd745
commit
d8cd72f230
23 changed files with 26962 additions and 3315 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"type": "module",
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^6.0.1",
|
||||
"@actions/cache": "^6.1.0",
|
||||
"@actions/core": "^3.0.1",
|
||||
"@actions/exec": "^3.0.0",
|
||||
"@actions/io": "^3.0.2"
|
||||
|
|
@ -52,4 +52,4 @@
|
|||
"engines": {
|
||||
"node": ">=24"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue