Skip to content

Commit

Permalink
[tool-cache] Update @actions/core and prepare 2.0.2 release (#1872)
Browse files Browse the repository at this point in the history
* Update `@actions/core` and prepare 2.0.2 release

* Include these changes in the release notes
  • Loading branch information
joshmgross authored Jan 15, 2025
1 parent 5e8c25d commit 1f7c2c7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 31 deletions.
4 changes: 3 additions & 1 deletion packages/tool-cache/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# @actions/tool-cache Releases

### Unreleased
### 2.0.2

- Update `@actions/core` to v1.11.1 [#1872](https://github.com/actions/toolkit/pull/1872)
- Remove dependency on `uuid` package [#1824](https://github.com/actions/toolkit/pull/1824), [#1842](https://github.com/actions/toolkit/pull/1842)

### 2.0.1
Expand Down
41 changes: 13 additions & 28 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "2.0.1",
"version": "2.0.2",
"description": "Actions tool-cache lib",
"keywords": [
"github",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
Expand Down

0 comments on commit 1f7c2c7

Please sign in to comment.