Skip to content

Commit 5d91dd9

Browse files
authored
Merge pull request #272 from tekktrik/dev/update-actions
Update CI actions to use versions running Node 24
2 parents fdfafb7 + 2a25ff6 commit 5d91dd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Set up Python 3
10-
uses: actions/setup-python@v4
10+
uses: actions/setup-python@v6
1111
with:
1212
python-version: 3.x
1313
- name: Versions
1414
run: |
1515
python3 --version
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717
with:
1818
submodules: true
1919
- name: Fetch correct submodule shas

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
tr '_' '-'
1818
)" >> $GITHUB_OUTPUT
1919
- name: Set up Python 3
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.x
2323
- name: Versions
2424
run: |
2525
python3 --version
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v6
2727
with:
2828
submodules: true
2929
- name: Fetch correct submodule shas

0 commit comments

Comments
 (0)