Skip to content

Commit fafb777

Browse files
committed
ci: upgrade action dependencies
1 parent 7b4ee3f commit fafb777

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-micropython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- 20230426-v1.20.0
1818
- 20231005-v1.21.0
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v4
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.10'
2424
- name: Install packages

.github/workflows/ci-pico-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
sdk_version: [1.2.0, 1.3.1, 1.4.0]
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Cache Pico SDK
1616
id: cache-pico-sdk
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/pico
2020
key: ${{ runner.os }}-pico-sdk-${{ matrix.sdk_version }}

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test and Lint
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Install packages
1313
run: npm ci
1414
- name: Prettier

0 commit comments

Comments
 (0)