Skip to content

Commit 91f4126

Browse files
authoredOct 17, 2022
fix: Upgrade @actions/core to avoid deprecation warnings (#208)
Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com>
1 parent 0a457e2 commit 91f4126

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/amannn/action-semantic-pull-request#readme",
2525
"dependencies": {
26-
"@actions/core": "^1.6.0",
26+
"@actions/core": "^1.10.0",
2727
"@actions/github": "^5.0.0",
2828
"conventional-changelog-conventionalcommits": "4.5.0",
2929
"conventional-commit-types": "^3.0.0",

‎yarn.lock

+19-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.6.0":
6-
version "1.6.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8-
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
5+
"@actions/core@^1.10.0":
6+
version "1.10.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8+
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
99
dependencies:
10-
"@actions/http-client" "^1.0.11"
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
1112

1213
"@actions/github@^5.0.0":
1314
version "5.0.0"
@@ -26,6 +27,13 @@
2627
dependencies:
2728
tunnel "0.0.6"
2829

30+
"@actions/http-client@^2.0.1":
31+
version "2.0.1"
32+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
33+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
34+
dependencies:
35+
tunnel "^0.0.6"
36+
2937
"@ampproject/remapping@^2.0.0":
3038
version "2.0.1"
3139
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.1.tgz#9a04a4aba7b8323b65498d9554a1bdd15d960296"
@@ -6193,7 +6201,7 @@ tsutils@^3.17.1, tsutils@^3.21.0:
61936201
dependencies:
61946202
tslib "^1.8.1"
61956203

6196-
tunnel@0.0.6:
6204+
tunnel@0.0.6, tunnel@^0.0.6:
61976205
version "0.0.6"
61986206
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
61996207
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -6332,6 +6340,11 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
63326340
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
63336341
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
63346342

6343+
uuid@^8.3.2:
6344+
version "8.3.2"
6345+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6346+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6347+
63356348
v8-compile-cache@^2.0.3:
63366349
version "2.3.0"
63376350
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)
Please sign in to comment.