Skip to content

Commit 856779c

Browse files
chore(deps): bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a7cfdb commit 856779c

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "maxgfr",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@actions/core": "1.6.0",
29+
"@actions/core": "1.9.1",
3030
"@actions/github": "5.1.1"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 13 deletions
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.9.1":
6+
version "1.9.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8+
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
99
dependencies:
10-
"@actions/http-client" "^1.0.11"
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
1112

1213
"@actions/[email protected]":
1314
version "5.1.1"
@@ -19,13 +20,6 @@
1920
"@octokit/plugin-paginate-rest" "^2.17.0"
2021
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2122

22-
"@actions/http-client@^1.0.11":
23-
version "1.0.11"
24-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
25-
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
26-
dependencies:
27-
tunnel "0.0.6"
28-
2923
"@actions/http-client@^2.0.1":
3024
version "2.0.1"
3125
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
@@ -4149,7 +4143,7 @@ tsutils@^3.21.0:
41494143
dependencies:
41504144
tslib "^1.8.1"
41514145

4152-
tunnel@0.0.6, tunnel@^0.0.6:
4146+
tunnel@^0.0.6:
41534147
version "0.0.6"
41544148
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
41554149
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -4232,6 +4226,11 @@ uri-js@^4.2.2:
42324226
dependencies:
42334227
punycode "^2.1.0"
42344228

4229+
uuid@^8.3.2:
4230+
version "8.3.2"
4231+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4232+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
4233+
42354234
v8-to-istanbul@^8.1.0:
42364235
version "8.1.1"
42374236
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"

0 commit comments

Comments
 (0)