Skip to content

Commit

Permalink
Merge pull request #19 from pimoroni/action-version-fix
Browse files Browse the repository at this point in the history
Action version fix
  • Loading branch information
Gadgetoid authored Feb 9, 2024
2 parents 4c0cd63 + 0af3b92 commit 301f550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: project

# Checkout the Pimoroni Pico Libraries
- name: Checkout Pimoroni Pico Libraries
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: pimoroni/pimoroni-pico
path: pimoroni-pico

# Checkout the Pico SDK
- name: Checkout Pico SDK
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: raspberrypi/pico-sdk
path: pico-sdk
Expand Down

0 comments on commit 301f550

Please sign in to comment.