Commit c3fbbb0
authored
chore: fix update-nodejs-versions workflow (#3904)
A robot told me this would fix [these
issues](https://github.com/bazel-contrib/rules_nodejs/actions/runs/22607491947/job/65502627549#step:6:41)
because:
Two changes:
- actions/setup-node@v2 → v4 (v2 is very old)
- peter-evans/create-pull-request@v3 → v7 — v3 sets the Authorization
header directly, which conflicts with actions/checkout@v6's new
includeIf-based credential injection,
causing the "Duplicate header" 400 error1 parent 941388d commit c3fbbb0
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments