Commit 107daa7
authored
CI: Allow use of
actions/checkout@v3 is causing trouble in the `BuildBundle-Linux`
workflow as described in rust-lang#3321 .
This PR sets `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true` to continue
using `node16` so we don't find issues with `node20` dependencies in
`ubuntu-18.04` jobs. This is the option recommended in this GitHub post:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Resolves rust-lang#3321node16 for release jobs (rust-lang#3322)1 parent fcc9d8b commit 107daa7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments