Skip to content

Commit

Permalink
Merge pull request actions#1217 from actions/kotewar/release-new-version
Browse files Browse the repository at this point in the history
Upgraded actions/cache version to 3.0.6
  • Loading branch information
kotewar authored Oct 18, 2022
2 parents b2e1c39 + 8423354 commit b36e704
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/cache/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MINS`. Default is 60 minutes.

### 3.0.5
- Update `@actions/cache` to use `@actions/core@^1.10.0`
- Update `@actions/cache` to use `@actions/core@^1.10.0`

### 3.0.6
- Added `@azure/abort-controller` to dependencies to fix compatibility issue with ESM [#1208](https://github.com/actions/toolkit/issues/1208)
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": "3.0.5",
"version": "3.0.6",
"preview": true,
"description": "Actions cache lib",
"keywords": [
Expand Down

0 comments on commit b36e704

Please sign in to comment.