Skip to content

Commit fd517ce

Browse files
Bump CI actions off the deprecated Node 20 runtime (#105)
checkout v4.4.0 -> v5.1.0 and setup-python v5.6.0 -> v6.3.0, SHA-pinned as before. actionlint is already at the latest v1.7.12. Closes #4 Claude-Session: https://claude.ai/code/session_01Aw4Pi9QbDEHbLML8LrJ2Fc Co-authored-by: Blazer135 <56236007+Blazer135@users.noreply.github.com>
1 parent 1a12c74 commit fd517ce

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
21-
# actions/checkout v4.4.0
22-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
21+
# actions/checkout v5.1.0
22+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
2323
with:
2424
persist-credentials: false
25-
# actions/setup-python v5.6.0
26-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
25+
# actions/setup-python v6.3.0
26+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
2727
with:
2828
python-version: "3.12"
2929
cache: pip
@@ -43,12 +43,12 @@ jobs:
4343
python-version: ["3.10", "3.14"]
4444
runs-on: ubuntu-latest
4545
steps:
46-
# actions/checkout v4.4.0
47-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
46+
# actions/checkout v5.1.0
47+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
4848
with:
4949
persist-credentials: false
50-
# actions/setup-python v5.6.0
51-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
50+
# actions/setup-python v6.3.0
51+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: pip
@@ -60,13 +60,13 @@ jobs:
6060
if: github.event_name == 'pull_request'
6161
runs-on: ubuntu-latest
6262
steps:
63-
# actions/checkout v4.4.0
64-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
63+
# actions/checkout v5.1.0
64+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
6565
with:
6666
persist-credentials: false
6767
fetch-depth: 0
68-
# actions/setup-python v5.6.0
69-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
68+
# actions/setup-python v6.3.0
69+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
7070
with:
7171
python-version: "3.12"
7272
cache: pip

0 commit comments

Comments
 (0)