Commit 3e2be6f
committed
ci: use actions/checkout@v4
now that the rss-to-issues action uses node 20, it's time to update the
actions we use for our CI jobs, to also use node 20.
actions/checkout@v2 in verify-dist.yml was so old that GitHub was forcing
it to run under node 16 insted of node 12 which it was designed to run
under.
actions/github-script does not support node 20 yet, though. [1]
[1] actions/github-script#421
Signed-off-by: Matthias Aßhauer <mha1993@live.de>1 parent 6c1da7d commit 3e2be6f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments