Skip to content

Commit 654b790

Browse files
committed
fix: update execa to 9.4.0
1 parent be3c5a5 commit 654b790

File tree

14 files changed

+31
-151
lines changed

14 files changed

+31
-151
lines changed

dist/legacy/assets/actions_python-DaQ8vMqV.js renamed to dist/legacy/assets/actions_python-DNsX3jSA.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-DaQ8vMqV.js.map renamed to dist/legacy/assets/actions_python-DNsX3jSA.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/assets/actions_python-ChmZ096y.mjs renamed to dist/modern/assets/actions_python-CSdseYCv.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/modern/assets/actions_python-ChmZ096y.mjs.map renamed to dist/modern/assets/actions_python-CSdseYCv.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@
211211
"pnpm": {
212212
"patchedDependencies": {
213213
"@actions/http-client@2.2.3": "patches/@actions__http-client@2.2.3.patch"
214+
},
215+
"overrides": {
216+
"execa": "9.4.0"
214217
}
215218
}
216219
}

packages/exec-powershell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prepublishOnly": "pnpm run build"
1818
},
1919
"dependencies": {
20-
"execa": "^7",
20+
"execa": "^9.4.0",
2121
"which": "^4.0.0",
2222
"@types/node": "^14"
2323
},

0 commit comments

Comments
 (0)