File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 mkdir -p "${{ github.workspace }}"
2424
2525 - name : Checkout repo
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 - name : Checkout submodules
2929 run : git submodule update --init
Original file line number Diff line number Diff line change 1717 rm -rf "${{ github.workspace }}"
1818 mkdir -p "${{ github.workspace }}"
1919 - name : Checkout repo
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Checkout submodules
2222 run : git submodule update --init
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 mkdir -p "${{ github.workspace }}"
2121
2222 - name : Checkout repo
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424
2525 - name : Checkout submodules
2626 run : git submodule update --init
Original file line number Diff line number Diff line change 5555 mkdir -p "${{ github.workspace }}"
5656
5757 - name: Checkout repo
58- uses: actions/checkout@v2
58+ uses: actions/checkout@v4
5959
6060 - name: Checkout submodules
6161 run: git submodule update --init
Original file line number Diff line number Diff line change 1717 echo "Cleaning up previous run"
1818 rm -rf "${{ github.workspace }}/pico-sdk"
1919 - name : Checkout repo
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Checkout submodules
2222 run : git submodule update --init
2323 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments