Skip to content

Commit 616cd02

Browse files
Update dependency @actions/core to v1.11.1
1 parent f9619bc commit 616cd02

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fmt": "prettier --config ./.prettierrc.json --write **/*.{md,ts,js,tsx,mdx,yaml,yml,json}"
1717
},
1818
"devDependencies": {
19-
"@actions/core": "1.10.1",
19+
"@actions/core": "1.11.1",
2020
"@augu/eslint-config": "4.0.1",
2121
"@augu/tsconfig": "1.1.1",
2222
"@jsdevtools/npm-publish": "2.2.2",

yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ __metadata:
1212
languageName: node
1313
linkType: hard
1414

15-
"@actions/core@npm:1.10.1":
16-
version: 1.10.1
17-
resolution: "@actions/core@npm:1.10.1"
15+
"@actions/core@npm:1.11.1":
16+
version: 1.11.1
17+
resolution: "@actions/core@npm:1.11.1"
1818
dependencies:
19+
"@actions/exec": ^1.1.1
1920
"@actions/http-client": ^2.0.1
20-
uuid: ^8.3.2
21-
checksum: 96524c2725e70e3c3176b4e4d93a1358a86f3c5ca777db9a2f65eadfa672f00877db359bf60fffc416c33838ffb4743db93bcc5bf53e76199dd28bf7f7ff8e80
21+
checksum: 9ac7a3e0b478bfefd862dcb4ddaa1d8c3f9076bb1931d3d280918d1749e7783480c6a009c1b009c8bf5093e2d77d9f4e023d70416145bf246f0071736d4ef839
22+
languageName: node
23+
linkType: hard
24+
25+
"@actions/exec@npm:^1.1.1":
26+
version: 1.1.1
27+
resolution: "@actions/exec@npm:1.1.1"
28+
dependencies:
29+
"@actions/io": ^1.0.1
30+
checksum: d976e66dd51ab03d76a143da8e1406daa1bcdee06046168e6e0bec681c87a12999eefaad7a81cb81f28e4190610f55a58b8458ae4b82cbaaba13200490f4e8c2
2231
languageName: node
2332
linkType: hard
2433

@@ -31,6 +40,13 @@ __metadata:
3140
languageName: node
3241
linkType: hard
3342

43+
"@actions/io@npm:^1.0.1":
44+
version: 1.1.3
45+
resolution: "@actions/io@npm:1.1.3"
46+
checksum: 42841ac2b8a7afb29456b9edb5534dbe00148893c794bdbc17d29166847c51c884e2a7c087a489a428250a78e7b54bc761ba3b55eb2f97d9600e9193b60caf0b
47+
languageName: node
48+
linkType: hard
49+
3450
"@augu/eslint-config@npm:4.0.1":
3551
version: 4.0.1
3652
resolution: "@augu/eslint-config@npm:4.0.1"
@@ -770,7 +786,7 @@ __metadata:
770786
version: 0.0.0-use.local
771787
resolution: "@ncharts/root@workspace:."
772788
dependencies:
773-
"@actions/core": 1.10.1
789+
"@actions/core": 1.11.1
774790
"@augu/eslint-config": 4.0.1
775791
"@augu/tsconfig": 1.1.1
776792
"@jsdevtools/npm-publish": 2.2.2
@@ -5859,15 +5875,6 @@ __metadata:
58595875
languageName: node
58605876
linkType: hard
58615877

5862-
"uuid@npm:^8.3.2":
5863-
version: 8.3.2
5864-
resolution: "uuid@npm:8.3.2"
5865-
bin:
5866-
uuid: dist/bin/uuid
5867-
checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df
5868-
languageName: node
5869-
linkType: hard
5870-
58715878
"vite-node@npm:0.34.6":
58725879
version: 0.34.6
58735880
resolution: "vite-node@npm:0.34.6"

0 commit comments

Comments
 (0)