Commit 57ffffb
authored
Update GitHub Actions to Node 24 compatible versions (#143)
* Update GitHub Actions to Node 24 compatible versions
GitHub is deprecating Node 20 on Actions runners (EOL April 2026).
Updated actions to their latest major versions with Node 24 support:
- actions/checkout v4 → v6
- Added persist-credentials: true for check-codegen workflow
(checkout@v6 no longer persists credentials by default,
needed for git submodule update --recursive --remote)
* Remove CLAUDE.md from branch1 parent 7efe3c4 commit 57ffffb
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments