Skip to content

Commit 6da9451

Browse files
committed
update GitHub CI action versions for Node.24
1 parent 3eba70f commit 6da9451

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
GITHUB_CONTEXT: ${{ toJson(github) }}
3131
run: echo "$GITHUB_CONTEXT"
3232
- name: Set up Python 3.x
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: 3.9
3636
- name: Versions
3737
run: |
3838
python3 --version
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v6
4040
with:
4141
show-progress: false
4242
submodules: true

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
# be limited (they run on all forks' default branches).
2929
if: startswith(github.repository, 'adafruit/')
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
with:
3333
submodules: true
3434
- name: Update Awesome CircuitPython
3535
run: |
3636
(cd awesome-circuitpython && git fetch origin main:main && git checkout main)
3737
- name: Set up Python 3.x
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: 3.x
4141
- uses: ruby/setup-ruby@v1

.github/workflows/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
with:
1414
show-progress: false
1515

@@ -21,7 +21,7 @@ jobs:
2121
compressOnly: true
2222
- name: Create New Pull Request If Needed
2323
if: steps.calibre.outputs.markdown != ''
24-
uses: peter-evans/create-pull-request@v4
24+
uses: peter-evans/create-pull-request@v8
2525
with:
2626
title: Compressed Images Nightly
2727
branch-suffix: timestamp

0 commit comments

Comments
 (0)