Backport: Handle cache write error due to RO token (#2435)

This commit is contained in:
Jason Ginchereau
2026-06-17 17:21:17 -07:00
committed by Jason Ginchereau
parent e827417593
commit c6ca5e729f
6 changed files with 169 additions and 8 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
# @actions/cache Releases
### 5.1.0
- Handle cache write error due to read-only token: detect the `cache write denied:` prefix on cache reservation failures and surface it as a `core.warning` (without failing the run).
### 5.0.5
- Bump `@actions/glob` to `0.5.1`
@@ -247,11 +251,11 @@ Read more about the change & access the migration guide: [reference to the annou
### 0.2.1
- Fix to await async function getCompressionMethod
### 0.2.0
- Fixes issues with the zstd compression algorithm on Windows and Ubuntu 16.04 [#469](https://github.com/actions/toolkit/pull/469)
### 0.1.0
- Initial release