Commit 39d72c9
chore: bump deprecated GitHub Actions to Node20 majors
Update pinned action versions in .github/workflows/test.yml to eliminate
Node16 deprecation warnings emitted at runtime:
- actions/checkout@v3 → actions/checkout@v4 (Node20)
- actions/setup-python@v4 → actions/setup-python@v5 (Node20)
GitHub deprecated Node16-based actions; checkout@v3 and setup-python@v4
both run on Node16 and emit deprecation warnings, violating the
Zero-Warnings policy. No behavioral change to job steps.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c170096 commit 39d72c9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments