File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments