Skip to content

Commit 39d72c9

Browse files
sempiclaude
andcommitted
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

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.12"
2020

0 commit comments

Comments
 (0)