mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-06-20 03:46:30 +00:00
Bump @actions/cache to v5.1.0 - handle cache write error due to RO token
This commit is contained in:
parent
27d5ce7f10
commit
35f230f0ac
26 changed files with 143029 additions and 116013 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue