Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/cache/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)):
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "6.0.1",
"version": "6.1.0",
"description": "Actions cache lib",
"keywords": [
"github",
Expand Down
Loading