Skip to content

Commit 3e7b8c7

Browse files
chore(deps): bump @actions/tool-cache from 1.7.2 to 2.0.1 (#14)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dac812 commit 3e7b8c7

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
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.3",
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 & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
"@octokit/plugin-paginate-rest" "^2.17.0"
2727
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2828

29-
"@actions/http-client@^1.0.8":
30-
version "1.0.11"
31-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
32-
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
33-
dependencies:
34-
tunnel "0.0.6"
35-
3629
"@actions/http-client@^2.0.1":
3730
version "2.0.1"
3831
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
@@ -45,14 +38,14 @@
4538
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9"
4639
integrity sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==
4740

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==
41+
"@actions/tool-cache@^2.0.1":
42+
version "2.0.1"
43+
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-2.0.1.tgz#8a649b9c07838d9d750c9864814e66a7660ab720"
44+
integrity sha512-iPU+mNwrbA8jodY8eyo/0S/QqCKDajiR8OxWTnSk/SnYg0sj8Hp4QcUEVC1YFpHWXtrfbQrE13Jz4k4HXJQKcA==
5245
dependencies:
5346
"@actions/core" "^1.2.6"
5447
"@actions/exec" "^1.0.0"
55-
"@actions/http-client" "^1.0.8"
48+
"@actions/http-client" "^2.0.1"
5649
"@actions/io" "^1.1.1"
5750
semver "^6.1.0"
5851
uuid "^3.3.2"
@@ -710,7 +703,7 @@ tr46@~0.0.3:
710703
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
711704
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
712705

713-
tunnel@0.0.6, tunnel@^0.0.6:
706+
tunnel@^0.0.6:
714707
version "0.0.6"
715708
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
716709
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==

0 commit comments

Comments
 (0)