Skip to content

Commit 7a825e5

Browse files
fix(deps): update dependency @actions/exec to v2
1 parent 999772d commit 7a825e5

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": "^4.1.0",
2121
"@actions/core": "^1.11.1",
22-
"@actions/exec": "^1.1.1",
22+
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",
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
@@ -33,6 +33,13 @@
3333
dependencies:
3434
"@actions/io" "^1.0.1"
3535

36+
"@actions/exec@^2.0.0":
37+
version "2.0.0"
38+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"
39+
integrity sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==
40+
dependencies:
41+
"@actions/io" "^2.0.0"
42+
3643
"@actions/glob@^0.1.0":
3744
version "0.1.2"
3845
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.1.2.tgz#9685ed2d6583093479c8f137d067c4329d7d0974"
@@ -62,6 +69,11 @@
6269
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
6370
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
6471

72+
"@actions/io@^2.0.0":
73+
version "2.0.0"
74+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
75+
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
76+
6577
"@azure/abort-controller@^1.1.0":
6678
version "1.1.0"
6779
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"

0 commit comments

Comments
 (0)