Skip to content

Commit 7f06e58

Browse files
Bump @actions/core from 1.6.0 to 1.9.1 (#66)
1 parent a788093 commit 7f06e58

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/fabasoad/setup-brainfuck-action#readme",
3333
"dependencies": {
34-
"@actions/core": "1.6.0",
34+
"@actions/core": "1.9.1",
3535
"@actions/exec": "1.1.0"
3636
},
3737
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 11 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 "1.1.0"
@@ -16,12 +17,12 @@
1617
dependencies:
1718
"@actions/io" "^1.0.1"
1819

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==
20+
"@actions/http-client@^2.0.1":
21+
version "2.0.1"
22+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
23+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
2324
dependencies:
24-
tunnel "0.0.6"
25+
tunnel "^0.0.6"
2526

2627
"@actions/io@^1.0.1":
2728
version "1.1.1"
@@ -1785,7 +1786,7 @@ to-regex-range@^5.0.1:
17851786
dependencies:
17861787
is-number "^7.0.0"
17871788

1788-
1789+
tunnel@^0.0.6:
17891790
version "0.0.6"
17901791
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
17911792
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -1836,6 +1837,11 @@ uuid@^3.3.3:
18361837
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
18371838
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
18381839

1840+
uuid@^8.3.2:
1841+
version "8.3.2"
1842+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1843+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1844+
18391845
v8-compile-cache@^2.0.3:
18401846
version "2.3.0"
18411847
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)