Skip to content

Commit 800dec8

Browse files
chore(deps): bump @actions/tool-cache from 1.7.2 to 2.0.1
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.2 to 2.0.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: "@actions/tool-cache" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9d0040 commit 800dec8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@actions/core": "^1.9.0",
1616
"@actions/github": "^5.0.1",
17-
"@actions/tool-cache": "^1.7.2"
17+
"@actions/tool-cache": "^2.0.1"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^18.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@octokit/plugin-paginate-rest" "^2.17.0"
2727
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2828

29-
"@actions/http-client@^1.0.11", "@actions/http-client@^1.0.8":
29+
"@actions/http-client@^1.0.11":
3030
version "1.0.11"
3131
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
3232
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
@@ -45,14 +45,14 @@
4545
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9"
4646
integrity sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==
4747

48-
"@actions/tool-cache@^1.7.2":
49-
version "1.7.2"
50-
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-1.7.2.tgz#389ad15916f91999959c6b2865144839ecc571a9"
51-
integrity sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==
48+
"@actions/tool-cache@^2.0.1":
49+
version "2.0.1"
50+
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-2.0.1.tgz#8a649b9c07838d9d750c9864814e66a7660ab720"
51+
integrity sha512-iPU+mNwrbA8jodY8eyo/0S/QqCKDajiR8OxWTnSk/SnYg0sj8Hp4QcUEVC1YFpHWXtrfbQrE13Jz4k4HXJQKcA==
5252
dependencies:
5353
"@actions/core" "^1.2.6"
5454
"@actions/exec" "^1.0.0"
55-
"@actions/http-client" "^1.0.8"
55+
"@actions/http-client" "^2.0.1"
5656
"@actions/io" "^1.1.1"
5757
semver "^6.1.0"
5858
uuid "^3.3.2"

0 commit comments

Comments
 (0)