File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : " Checkout"
27- uses : " actions/checkout@v4 "
27+ uses : " actions/checkout@v5 "
2828
2929 - name : " Setup"
3030 uses : " ./.github/actions/setup"
4242
4343 steps :
4444 - name : " Checkout"
45- uses : " actions/checkout@v4 "
45+ uses : " actions/checkout@v5 "
4646
4747 - name : " Setup"
4848 uses : " ./.github/actions/setup"
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : " Checkout"
27- uses : " actions/checkout@v4 "
27+ uses : " actions/checkout@v5 "
2828
2929 - name : " Setup"
3030 uses : " ./.github/actions/setup"
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout
1818 id : checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 # fetch-depth 0 is required to fetch all branches, not just the branch being built
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : " Checkout"
33- uses : " actions/checkout@v4 "
33+ uses : " actions/checkout@v5 "
3434 with :
3535 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }}
3636
Original file line number Diff line number Diff line change 6161
6262 steps :
6363 - name : " Checkout"
64- uses : " actions/checkout@v4 "
64+ uses : " actions/checkout@v5 "
6565 with :
6666 fetch-depth : 2
6767 submodules : true
You can’t perform that action at this time.
0 commit comments