Bump cache package to v6.1.0, update RELEASES.md (#2436)

This commit is contained in:
Jason Ginchereau
2026-06-17 11:25:12 -10:00
committed by GitHub
parent 1746c55cc7
commit 0786132e6a
3 changed files with 9 additions and 5 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/cache Releases # @actions/cache Releases
## 6.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).
## 6.0.1 ## 6.0.1
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)): - Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.1", "version": "6.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.1", "version": "6.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.1", "version": "6.1.0",
"description": "Actions cache lib", "description": "Actions cache lib",
"keywords": [ "keywords": [
"github", "github",