File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<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" />
5
5
<package id =" mingw" version =" 12.2.0" />
6
6
<package id =" ninja" version =" 1.11.1" />
7
7
</packages >
Original file line number Diff line number Diff line change 23
23
mkdir -p "${{ github.workspace }}"
24
24
25
25
- name : Checkout repo
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Checkout submodules
29
29
run : git submodule update --init
Original file line number Diff line number Diff line change 17
17
rm -rf "${{ github.workspace }}"
18
18
mkdir -p "${{ github.workspace }}"
19
19
- name : Checkout repo
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Checkout submodules
22
22
run : git submodule update --init
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 20
20
mkdir -p "${{ github.workspace }}"
21
21
22
22
- name : Checkout repo
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Checkout submodules
26
26
run : git submodule update --init
Original file line number Diff line number Diff line change 55
55
mkdir -p "${{ github.workspace }}"
56
56
57
57
- name: Checkout repo
58
- uses: actions/checkout@v2
58
+ uses: actions/checkout@v4
59
59
60
60
- name: Checkout submodules
61
61
run: git submodule update --init
Original file line number Diff line number Diff line change 17
17
echo "Cleaning up previous run"
18
18
rm -rf "${{ github.workspace }}/pico-sdk"
19
19
- name : Checkout repo
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Checkout submodules
22
22
run : git submodule update --init
23
23
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments