Bump @actions/cache to v5.1.0 - handle read-only cache access

This commit is contained in:
Jason Ginchereau
2026-06-26 12:05:30 -07:00
committed by GitHub
parent 27d5ce7f10
commit 00c2da95da
11 changed files with 224 additions and 37 deletions

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
### 5.1.0
- Bump `@actions/cache` to v5.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
### 5.0.4
- Bump `minimatch` to v3.1.5 (fixes ReDoS via globstar patterns)