Merge pull request 'fix(deps): update dependency @actions/exec to v3' (#7) from renovate/actions-exec-3.x into master
Test Action / Smoke (macos / v9.15.5) (push) Waiting to run
Test Action / Smoke (windows / v9.15.5) (push) Waiting to run
Test Action / Standalone Windows self-update (PATH regression) (push) Waiting to run
Test Action / Manifest pin: devEngines onFail=download, range (push) Successful in 22s
Test Action / Smoke (ubuntu / v9.15.5) (push) Failing after 34s
Test Action / Smoke (ubuntu / v9.15.5 / custom-dest) (push) Failing after 37s
Test Action / Smoke (ubuntu / v10.33.0) (push) Failing after 38s
Test Action / Manifest pin: devEngines onFail=error, exact (#252) (push) Failing after 35s
Test Action / Manifest pin: devEngines onFail=download, exact (push) Failing after 40s
Test Action / Manifest pin: packageManager pnpm@9.15.5 (#227) (push) Successful in 22s
Test Action / Manifest pin: packageManager pnpm@10.33.0 (push) Failing after 38s
Test Action / Manifest pin: explicit version: pnpm_config_pm_on_fail not exported (push) Failing after 35s
Test Action / Cache store path matches install (#233): devEngines range >=10 <11 (push) Failing after 35s
Test Action / Cache store path matches install (#233): devEngines exact pnpm@10.33.0 (push) Failing after 41s
Test Action / Manifest pin: devEngines onFail=error, range (#252) (push) Failing after 52s
Test Action / Cache store path matches install (#233): packageManager pnpm@10.33.0 (push) Failing after 34s
Test Action / Standalone mode (push) Failing after 39s
Test Action / run_install (global) (push) Failing after 35s
Test Action / run_install (null) (push) Failing after 1m0s

This commit was merged in pull request #7.
This commit is contained in:
2026-09-24 12:11:25 +00:00
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/exec": "^3.0.0",
"@actions/glob": "^0.5.0",
"@types/expand-tilde": "^2.0.2",
"@types/node": "^22.0.0",
+14 -2
View File
@@ -15,8 +15,8 @@ importers:
specifier: ^1.10.1
version: 1.11.1
'@actions/exec':
specifier: ^1.1.1
version: 1.1.1
specifier: ^3.0.0
version: 3.0.0
'@actions/glob':
specifier: ^0.5.0
version: 0.5.0
@@ -54,6 +54,9 @@ packages:
'@actions/exec@1.1.1':
resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==}
'@actions/exec@3.0.0':
resolution: {integrity: sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==}
'@actions/glob@0.1.2':
resolution: {integrity: sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==}
@@ -66,6 +69,9 @@ packages:
'@actions/io@1.1.3':
resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==}
'@actions/io@3.0.2':
resolution: {integrity: sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==}
'@azure/abort-controller@1.1.0':
resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==}
engines: {node: '>=12.0.0'}
@@ -544,6 +550,10 @@ snapshots:
dependencies:
'@actions/io': 1.1.3
'@actions/exec@3.0.0':
dependencies:
'@actions/io': 3.0.2
'@actions/glob@0.1.2':
dependencies:
'@actions/core': 1.11.1
@@ -561,6 +571,8 @@ snapshots:
'@actions/io@1.1.3': {}
'@actions/io@3.0.2': {}
'@azure/abort-controller@1.1.0':
dependencies:
tslib: 2.8.1