Skip to content

Commit

Permalink
ci: upgrade action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 11, 2024
1 parent 7b4ee3f commit fafb777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- 20230426-v1.20.0
- 20231005-v1.21.0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pico-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
matrix:
sdk_version: [1.2.0, 1.3.1, 1.4.0]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache Pico SDK
id: cache-pico-sdk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/pico
key: ${{ runner.os }}-pico-sdk-${{ matrix.sdk_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install packages
run: npm ci
- name: Prettier
Expand Down

0 comments on commit fafb777

Please sign in to comment.