Skip to content

Commit 724e638

Browse files
fix(deps): update dependency @actions/core to v3
1 parent bf25d32 commit 724e638

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@actions/cache": "^5.0.5",
21-
"@actions/core": "^2.0.3",
21+
"@actions/core": "^3.0.0",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.1",
2424
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,28 @@
3434
"@actions/exec" "^2.0.0"
3535
"@actions/http-client" "^3.0.2"
3636

37+
"@actions/core@^3.0.0":
38+
version "3.0.0"
39+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.0.tgz#89cb07c119e9b46a649ad5f355e77de9b3108cf8"
40+
integrity sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==
41+
dependencies:
42+
"@actions/exec" "^3.0.0"
43+
"@actions/http-client" "^4.0.0"
44+
3745
"@actions/exec@^2.0.0":
3846
version "2.0.0"
3947
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"
4048
integrity sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==
4149
dependencies:
4250
"@actions/io" "^2.0.0"
4351

52+
"@actions/exec@^3.0.0":
53+
version "3.0.0"
54+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-3.0.0.tgz#8c3464d20f0aa4068707757021d7e3c01a7ee203"
55+
integrity sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==
56+
dependencies:
57+
"@actions/io" "^3.0.2"
58+
4459
"@actions/glob@^0.5.1":
4560
version "0.5.1"
4661
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.1.tgz#606d8aa6b9bd5205e50e79c3da33709d65307cb6"
@@ -65,11 +80,24 @@
6580
tunnel "^0.0.6"
6681
undici "^6.23.0"
6782

83+
"@actions/http-client@^4.0.0":
84+
version "4.0.0"
85+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-4.0.0.tgz#f9754133c22802466482bf96321d42f2dba1fc82"
86+
integrity sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==
87+
dependencies:
88+
tunnel "^0.0.6"
89+
undici "^6.23.0"
90+
6891
"@actions/io@^2.0.0":
6992
version "2.0.0"
7093
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
7194
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
7295

96+
"@actions/io@^3.0.2":
97+
version "3.0.2"
98+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-3.0.2.tgz#6f89b27a159d109836d983efa283997c23b92284"
99+
integrity sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==
100+
73101
"@azure/abort-controller@^1.1.0":
74102
version "1.1.0"
75103
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"

0 commit comments

Comments
 (0)