Bump @actions/cache to v6.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 2c8a9bd745
commit d8cd72f230
23 changed files with 26962 additions and 3315 deletions
+7 -2
View File
@@ -2,7 +2,7 @@
## How to prepare a release
> [!NOTE]
> [!NOTE]
> Relevant for maintainers with write access only.
1. Switch to a new branch from `main`.
@@ -21,10 +21,15 @@
1. Publish the release.
1. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
1. There should be a workflow run queued with the same version number.
1. Approve the run to publish the new version and update the major tags for this action.
1. Approve the run to publish the new version and update the major tags for this action.
## Changelog
### 6.1.0
- Bump `@actions/cache` to v6.1.0 to pick up [actions/toolkit#2435 Handle cache write error due to read-only token](https://github.com/actions/toolkit/pull/2435)
- Switch redundant "Cache save failed" warning to debug log in save-only
### 6.0.0
- Updated `@actions/cache` to ^6.0.1, `@actions/core` to ^3.0.1, `@actions/exec` to ^3.0.0, `@actions/io` to ^3.0.2