Skip to content

Commit 1000b34

Browse files
nevoodooclaude
andcommitted
Update actions to Node.js 24 compatible versions
checkout v4 -> v6.0.2, setup-python v5 -> v6.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4163c32 commit 1000b34

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
lint-and-test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version: "3.11"
2222

@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ubuntu-latest
3434
needs: lint-and-test
3535
steps:
36-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
persist-credentials: false
3939

40-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
40+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141
with:
4242
python-version: "3.11"
4343

@@ -55,11 +55,11 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs: lint-and-test
5757
steps:
58-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
58+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959
with:
6060
persist-credentials: false
6161

62-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
62+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6363
with:
6464
python-version: "3.11"
6565

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Found 3 vulnerabilities in 2 packages
6060
### pip project
6161
6262
```yaml
63-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
63+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6464
with:
6565
python-version: "3.12"
6666
- run: pip install -r requirements.txt

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
using: "composite"
4343
steps:
4444
- name: Set up Python
45-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
45+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4646
with:
4747
python-version: ">=3.11"
4848

0 commit comments

Comments
 (0)