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 1919 deploy :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1919 docs :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1919 lint :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2424 permissions :
2525 contents : write
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Update the ${{ env.TAG_NAME }} tag
2929 id : update-major-tag
3030
Original file line number Diff line number Diff line change 2525 - windows-latest
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 0
3131 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments