Skip to content

Commit

Permalink
Prepare @actions/cache 3.3.0 release (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross authored Nov 1, 2024
1 parent d13839f commit 77f247b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
3 changes: 2 additions & 1 deletion packages/cache/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @actions/cache Releases

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

### 3.2.4
Expand Down
41 changes: 13 additions & 28 deletions packages/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/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "3.2.4",
"version": "3.3.0",
"preview": true,
"description": "Actions cache lib",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.1.1",
Expand Down

0 comments on commit 77f247b

Please sign in to comment.