File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 # Need this to get version number from last tag
1313 fetch-depth : 0
Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 # Need this to get version number from last tag
1313 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 run : sleep 60
1212
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 # Need this to get version number from last tag
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Download artifacts
10- uses : actions/download-artifact@v4
10+ uses : actions/download-artifact@v5
1111 with :
1212 merge-multiple : true
1313
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 # Need this to get version number from last tag
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Install python packages
1919 uses : ./.github/actions/install_requirements
Original file line number Diff line number Diff line change 1919 runs-on : windows-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 ref : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.branch || github.ref }}
2525
Original file line number Diff line number Diff line change 1919 runs-on : windows-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 ref : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.branch || github.ref }}
2525
You can’t perform that action at this time.
0 commit comments