Skip to content

Commit

Permalink
github action updates (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Nov 22, 2024
1 parent 1545dfd commit deeb6d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/choco_packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="gcc-arm-embedded" version="10.2.1" />
<package id="cmake" version="3.25.2" installArguments="ADD_CMAKE_TO_PATH=System" />
<package id="cmake" version="3.31.0" installArguments="ADD_CMAKE_TO_PATH=System" />
<package id="mingw" version="12.2.0" />
<package id="ninja" version="1.11.1" />
</packages>
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout pico-examples
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: pico-examples

- name: Checkout pico-sdk/develop
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout pico-examples
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: pico-examples

- name: Checkout pico-sdk/develop
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout pico-examples
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: pico-examples

- name: Checkout pico-sdk/develop
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
rm -rf "${{ github.workspace }}/pico-sdk"
rm -rf "${{ github.workspace }}/pico-examples"
- name: Checkout pico-examples
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: pico-examples

- name: Checkout pico-sdk/develop
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: develop
Expand Down

0 comments on commit deeb6d8

Please sign in to comment.