Skip to content

Commit aab65f3

Browse files
chore(deps): bump @actions/core from 1.6.0 to 1.8.2 (#358)
* chore(deps): bump @actions/core from 1.6.0 to 1.8.2 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.8.2. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update generate content Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 7bb9301 commit aab65f3

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "CrazyMax",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@actions/core": "^1.6.0",
24+
"@actions/core": "^1.8.2",
2525
"@actions/exec": "^1.1.1",
2626
"@actions/http-client": "^2.0.1",
2727
"@actions/tool-cache": "^2.0.1",

yarn.lock

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

44

5-
"@actions/core@^1.2.6", "@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.2.6", "@actions/core@^1.8.2":
6+
version "1.8.2"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.2.tgz#67539d669ae9b751430469e9ae4d83e0525973ac"
8+
integrity sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==
99
dependencies:
10-
"@actions/http-client" "^1.0.11"
10+
"@actions/http-client" "^2.0.1"
1111

1212
"@actions/exec@^1.0.0", "@actions/exec@^1.1.1":
1313
version "1.1.1"
@@ -16,13 +16,6 @@
1616
dependencies:
1717
"@actions/io" "^1.0.1"
1818

19-
"@actions/http-client@^1.0.11":
20-
version "1.0.11"
21-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
22-
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
23-
dependencies:
24-
tunnel "0.0.6"
25-
2619
"@actions/http-client@^2.0.1":
2720
version "2.0.1"
2821
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
@@ -3350,7 +3343,7 @@ tsutils@^3.21.0:
33503343
dependencies:
33513344
tslib "^1.8.1"
33523345

3353-
tunnel@0.0.6, tunnel@^0.0.6:
3346+
tunnel@^0.0.6:
33543347
version "0.0.6"
33553348
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
33563349
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==

0 commit comments

Comments
 (0)