Skip to content

Commit b304514

Browse files
Bump uuid and @actions/tool-cache
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache). These dependencies need to be updated together. Removes `uuid` Updates `@actions/tool-cache` from 1.7.1 to 4.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/tool-cache) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: "@actions/tool-cache" dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9650ea0 commit b304514

2 files changed

Lines changed: 91 additions & 35 deletions

File tree

package-lock.json

Lines changed: 90 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@actions/core": "^1.6.0",
2020
"@actions/io": "^1.1.1",
21-
"@actions/tool-cache": "^1.7.1"
21+
"@actions/tool-cache": "^4.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)