Skip to content

Commit 02724d5

Browse files
fix(deps): update dependency @actions/exec to v3
1 parent b34248c commit 02724d5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@actions/cache": "^5.0.5",
2121
"@actions/core": "^2.0.3",
22-
"@actions/exec": "^2.0.0",
22+
"@actions/exec": "^3.0.0",
2323
"@actions/glob": "^0.5.1",
2424
"js-yaml": "^4.1.1",
2525
"shellwords-ts": "^3.0.1"

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
dependencies:
4242
"@actions/io" "^2.0.0"
4343

44+
"@actions/exec@^3.0.0":
45+
version "3.0.0"
46+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-3.0.0.tgz#8c3464d20f0aa4068707757021d7e3c01a7ee203"
47+
integrity sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==
48+
dependencies:
49+
"@actions/io" "^3.0.2"
50+
4451
"@actions/glob@^0.5.1":
4552
version "0.5.1"
4653
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.1.tgz#606d8aa6b9bd5205e50e79c3da33709d65307cb6"
@@ -70,6 +77,11 @@
7077
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
7178
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
7279

80+
"@actions/io@^3.0.2":
81+
version "3.0.2"
82+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-3.0.2.tgz#6f89b27a159d109836d983efa283997c23b92284"
83+
integrity sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==
84+
7385
"@azure/abort-controller@^1.1.0":
7486
version "1.1.0"
7587
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"

0 commit comments

Comments
 (0)