mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Bump cache package to v6.1.0, update RELEASES.md (#2436)
This commit is contained in:
Vendored
+6
-2
@@ -1,5 +1,9 @@
|
||||
# @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
|
||||
|
||||
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
|
||||
@@ -262,11 +266,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
|
||||
|
||||
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.1",
|
||||
"version": "6.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.1",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^3.0.1",
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.1",
|
||||
"version": "6.1.0",
|
||||
"description": "Actions cache lib",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
||||
Reference in New Issue
Block a user