Skip to content

Commit c141d2f

Browse files
Update dependency @actions/exec to v2
1 parent 6fb17ef commit c141d2f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@actions/core": "1.11.1",
24-
"@actions/exec": "1.1.1",
24+
"@actions/exec": "2.0.0",
2525
"@tryghost/admin-api": "1.14.2",
2626
"@vercel/ncc": "^0.38.0"
2727
}

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"@actions/exec" "^1.1.1"
1111
"@actions/http-client" "^2.0.1"
1212

13-
"@actions/[email protected]", "@actions/exec@^1.1.1":
13+
"@actions/[email protected]":
14+
version "2.0.0"
15+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"
16+
integrity sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==
17+
dependencies:
18+
"@actions/io" "^2.0.0"
19+
20+
"@actions/exec@^1.1.1":
1421
version "1.1.1"
1522
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
1623
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
@@ -30,6 +37,11 @@
3037
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
3138
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
3239

40+
"@actions/io@^2.0.0":
41+
version "2.0.0"
42+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
43+
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
44+
3345
"@babel/code-frame@^7.0.0":
3446
version "7.27.1"
3547
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"

0 commit comments

Comments
 (0)