File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5555 uses : hmarr/debug-action@v3
5656
5757 - name : checkout workspace
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 with :
6060 fetch-depth : 0
6161
Original file line number Diff line number Diff line change 3232 matrix : ${{ steps.set_matrix.outputs.matrix }}
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 - name : Set Matrix
8989 git --version
9090
9191 - name : Checkout Workspace
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 with :
9494 fetch-depth : 0
9595
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout Code
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Full Checkout to Allow CMake to Find Version with Git
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 5959 matrix : ${{ steps.set_matrix.outputs.matrix }}
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363 with :
6464 fetch-depth : 0
6565 - name : Set Matrix
Original file line number Diff line number Diff line change 2828 uses : hmarr/debug-action@v3
2929
3030 - name : Checkout Workspace
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Download CMake Artifacts
3434 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments