Skip to content

Commit

Permalink
Updated checkout action in workflow to v3, to kill warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnlak authored and Gadgetoid committed Feb 9, 2024
1 parent 89224fd commit 0af3b92
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 0af3b92

Please sign in to comment.