Skip to content

Commit

Permalink
CI: Bump versions to fix deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 15, 2024
1 parent b328141 commit 93d8400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@v3
uses: actions/checkout@v4
with:
path: project

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

# Checkout the Pico SDK
- name: Checkout Pico SDK
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
path: pico-sdk
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload Artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{env.RELEASE_FILE}}
path: ${{runner.workspace}}/build/install
Expand Down

0 comments on commit 93d8400

Please sign in to comment.