Skip to content

Commit 56c40b5

Browse files
Imbad0202claude
andcommitted
ci: bump checkout v4→v7 and setup-python v5→v6
Clears the Node.js 20 deprecation annotation on Actions runs: checkout is on Node 24 from v5 and setup-python from v6, so v7 / v6 both run on Node 24. Pins the moving major tags (@v7, @v6) to match the repo's existing convention and keep picking up patch fixes. No workflow logic change; the local reusable- workflow reference (./.github/workflows/checks.yml) is untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ff8r7ajo54cRPm8v5MU4qr
1 parent af608bf commit 56c40b5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
# current baseline.
2424
python-version: ["3.9", "3.12"]
2525
steps:
26-
- uses: actions/checkout@v4
27-
- uses: actions/setup-python@v5
26+
- uses: actions/checkout@v7
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Manifest parse lint

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
needs: checks
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: actions/setup-python@v5
24+
- uses: actions/checkout@v7
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.12"
2828
- name: Release-only gates

0 commit comments

Comments
 (0)