Skip to content

Commit 0786132

Browse files
authored
Bump cache package to v6.1.0, update RELEASES.md (#2436)
1 parent 1746c55 commit 0786132

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

packages/cache/RELEASES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/cache Releases
22

3+
## 6.1.0
4+
5+
- 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+
37
## 6.0.1
48

59
- 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
262266
## 0.2.1
263267

264268
- Fix to await async function getCompressionMethod
265-
269+
266270
## 0.2.0
267271

268272
- Fixes issues with the zstd compression algorithm on Windows and Ubuntu 16.04 [#469](https://github.com/actions/toolkit/pull/469)
269-
273+
270274
## 0.1.0
271275

272276
- Initial release

packages/cache/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/cache",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Actions cache lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)