Skip to content

Commit

Permalink
Release new version of the tool-cache (#838)
Browse files Browse the repository at this point in the history
* update to latest version of @actions/io

* Release new version and update dependencies

* add pr number
  • Loading branch information
thboop committed Jun 7, 2021
1 parent b9414ee commit 11601c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/tool-cache/RELEASES.md
@@ -1,5 +1,9 @@
# @actions/tool-cache Releases

### 1.7.1
- [Fallback to os-releases file to get linux version](https://github.com/actions/toolkit/pull/594)
- [Update to latest @actions/io verison](https://github.com/actions/toolkit/pull/838)

### 1.7.0
- [Allow arbirtary headers when downloading tools to the tc](https://github.com/actions/toolkit/pull/530)
- [Export `isExplicitVersion` and `evaluateVersions` functions](https://github.com/actions/toolkit/pull/796)
Expand Down
12 changes: 7 additions & 5 deletions packages/tool-cache/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/tool-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.7.0",
"version": "1.7.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
"@actions/io": "^1.1.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
},
Expand Down

0 comments on commit 11601c0

Please sign in to comment.