Skip to content

Commit 71a858c

Browse files
DatafyingTechclaude
andcommitted
Bump GitHub Actions to current majors
actions/checkout and actions/setup-python were on Node.js 20 majors, which GitHub runners now flag as deprecated. No workflow logic changed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent d3ffbf5 commit 71a858c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
python-version: ["3.11", "3.12", "3.13"]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v7
2121

22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)