1
0
mirror of https://github.com/actions/cache.git synced 2026-07-14 11:51:41 +00:00

feat: adopt @actions/cache 6.2.0 (cache-mode skip + read-denied warning)

Bumps @actions/cache to ^6.2.0 and rebuilds the vendored dist bundles.
Note: package-lock.json must be regenerated with a registry install once
@actions/cache 6.2.0 is published to npm, before this is merged.
This commit is contained in:
Philip Gai
2026-07-13 14:14:23 -05:00
parent 55cc834586
commit f158b38a03
5 changed files with 461 additions and 117 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^6.1.0",
"@actions/cache": "^6.2.0",
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/io": "^3.0.2"