Merge pull request 'fix(deps): update dependency @actions/core to v3' (#6) from renovate/actions-core-3.x into master
Test Action / Smoke (ubuntu / v10.33.0) (push) Failing after 1s
Test Action / Smoke (ubuntu / v9.15.5 / custom-dest) (push) Failing after 1s
Test Action / Manifest pin: devEngines onFail=download, range (push) Failing after 1s
Test Action / Smoke (ubuntu / v9.15.5) (push) Failing after 3s
Test Action / Manifest pin: packageManager pnpm@9.15.5 (#227) (push) Failing after 1s
Test Action / Manifest pin: packageManager pnpm@10.33.0 (push) Failing after 3s
Test Action / Manifest pin: devEngines onFail=error, exact (#252) (push) Failing after 3s
Test Action / Manifest pin: devEngines onFail=error, range (#252) (push) Failing after 3s
Test Action / run_install (null) (push) Failing after 4s
Test Action / run_install (global) (push) Failing after 4s
Test Action / Cache store path matches install (#233): devEngines exact pnpm@10.33.0 (push) Failing after 4s
Test Action / Manifest pin: devEngines onFail=download, exact (push) Failing after 6s
Test Action / Cache store path matches install (#233): packageManager pnpm@10.33.0 (push) Failing after 7s
Test Action / Standalone mode (push) Failing after 7s
Test Action / Manifest pin: explicit version: pnpm_config_pm_on_fail not exported (push) Successful in 15s
Test Action / Cache store path matches install (#233): devEngines range >=10 <11 (push) Successful in 9m41s
Test Action / Smoke (macos / v9.15.5) (push) Canceled after 0s
Test Action / Smoke (windows / v9.15.5) (push) Canceled after 0s
Test Action / Standalone Windows self-update (PATH regression) (push) Canceled after 0s
Test Action / Smoke (ubuntu / v10.33.0) (push) Failing after 1s
Test Action / Smoke (ubuntu / v9.15.5 / custom-dest) (push) Failing after 1s
Test Action / Manifest pin: devEngines onFail=download, range (push) Failing after 1s
Test Action / Smoke (ubuntu / v9.15.5) (push) Failing after 3s
Test Action / Manifest pin: packageManager pnpm@9.15.5 (#227) (push) Failing after 1s
Test Action / Manifest pin: packageManager pnpm@10.33.0 (push) Failing after 3s
Test Action / Manifest pin: devEngines onFail=error, exact (#252) (push) Failing after 3s
Test Action / Manifest pin: devEngines onFail=error, range (#252) (push) Failing after 3s
Test Action / run_install (null) (push) Failing after 4s
Test Action / run_install (global) (push) Failing after 4s
Test Action / Cache store path matches install (#233): devEngines exact pnpm@10.33.0 (push) Failing after 4s
Test Action / Manifest pin: devEngines onFail=download, exact (push) Failing after 6s
Test Action / Cache store path matches install (#233): packageManager pnpm@10.33.0 (push) Failing after 7s
Test Action / Standalone mode (push) Failing after 7s
Test Action / Manifest pin: explicit version: pnpm_config_pm_on_fail not exported (push) Successful in 15s
Test Action / Cache store path matches install (#233): devEngines range >=10 <11 (push) Successful in 9m41s
Test Action / Smoke (macos / v9.15.5) (push) Canceled after 0s
Test Action / Smoke (windows / v9.15.5) (push) Canceled after 0s
Test Action / Standalone Windows self-update (PATH regression) (push) Canceled after 0s
This commit was merged in pull request #6.
This commit is contained in:
Vendored
+202
-201
File diff suppressed because one or more lines are too long
+1
-1
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^6.0.0",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/core": "^3.0.0",
|
||||
"@actions/exec": "^3.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@types/expand-tilde": "^2.0.2",
|
||||
|
||||
Generated
+2
-2
@@ -12,8 +12,8 @@ importers:
|
||||
specifier: ^6.0.0
|
||||
version: 6.2.0
|
||||
'@actions/core':
|
||||
specifier: ^1.10.1
|
||||
version: 1.11.1
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.1
|
||||
'@actions/exec':
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
|
||||
Reference in New Issue
Block a user