Skip to content

Commit 3af0034

Browse files
Bump @actions/core from 1.4.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.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] <support@github.com>
1 parent 80d288a commit 3af0034

File tree

3 files changed

+34
-10
lines changed

3 files changed

+34
-10
lines changed

package-lock.json

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "ericdallo",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@actions/core": "^1.2.6",
29+
"@actions/core": "^1.9.1",
3030
"@actions/exec": "^1.0.4",
3131
"@actions/tool-cache": "^1.6.1",
3232
"axios": "^0.21.2",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.6":
6-
version "1.4.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.4.0.tgz#cf2e6ee317e314b03886adfeb20e448d50d6e524"
8-
integrity sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==
5+
"@actions/core@^1.2.6", "@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==
9+
dependencies:
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
912

1013
"@actions/exec@^1.0.0", "@actions/exec@^1.0.4":
1114
version "1.1.0"
@@ -21,6 +24,13 @@
2124
dependencies:
2225
tunnel "0.0.6"
2326

27+
"@actions/http-client@^2.0.1":
28+
version "2.0.1"
29+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
30+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
31+
dependencies:
32+
tunnel "^0.0.6"
33+
2434
"@actions/io@^1.0.1", "@actions/io@^1.1.1":
2535
version "1.1.1"
2636
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
@@ -1585,7 +1595,7 @@ tsutils@^3.21.0:
15851595
dependencies:
15861596
tslib "^1.8.1"
15871597

1588-
tunnel@0.0.6:
1598+
tunnel@0.0.6, tunnel@^0.0.6:
15891599
version "0.0.6"
15901600
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
15911601
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -1637,7 +1647,7 @@ uuid@^3.3.2:
16371647
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
16381648
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
16391649

1640-
uuid@^8.3.1:
1650+
uuid@^8.3.1, uuid@^8.3.2:
16411651
version "8.3.2"
16421652
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
16431653
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)