File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 targets : ${{ steps.update-targets.outputs.targets }}
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : " ${{ github.base_ref }}"
1919 - name : Setup Prebuilt-MPR APT repository
4848 remove-codeql : ' true'
4949 remove-docker-images : ' true'
5050 - name : Checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 path : pkg
5454 - name : Set up QEMU
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Setup Prebuilt-MPR APT repository
1919 uses : makedeb/setup-makedeb@main
2020 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Setup Prebuilt-MPR APT repository
1616 uses : makedeb/setup-makedeb@main
1717 with :
You can’t perform that action at this time.
0 commit comments