Skip to content

Commit deeb6d8

Browse files
authored
github action updates (#578)
1 parent 1545dfd commit deeb6d8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="gcc-arm-embedded" version="10.2.1" />
4-
<package id="cmake" version="3.25.2" installArguments="ADD_CMAKE_TO_PATH=System" />
4+
<package id="cmake" version="3.31.0" installArguments="ADD_CMAKE_TO_PATH=System" />
55
<package id="mingw" version="12.2.0" />
66
<package id="ninja" version="1.11.1" />
77
</packages>

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
mkdir -p "${{ github.workspace }}"
1919
2020
- name: Checkout pico-examples
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
path: pico-examples
2424

2525
- name: Checkout pico-sdk/develop
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
repository: raspberrypi/pico-sdk
2929
ref: develop

.github/workflows/macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
mkdir -p "${{ github.workspace }}"
1919
2020
- name: Checkout pico-examples
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
path: pico-examples
2424

2525
- name: Checkout pico-sdk/develop
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
repository: raspberrypi/pico-sdk
2929
ref: develop

.github/workflows/multi-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
mkdir -p "${{ github.workspace }}"
2020
2121
- name: Checkout pico-examples
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
path: pico-examples
2525

2626
- name: Checkout pico-sdk/develop
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
repository: raspberrypi/pico-sdk
3030
ref: develop

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
rm -rf "${{ github.workspace }}/pico-sdk"
1919
rm -rf "${{ github.workspace }}/pico-examples"
2020
- name: Checkout pico-examples
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
path: pico-examples
2424

2525
- name: Checkout pico-sdk/develop
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
repository: raspberrypi/pico-sdk
2929
ref: develop

0 commit comments

Comments
 (0)