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 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 1
2424
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 1
2222
Original file line number Diff line number Diff line change 4343
4444 - if : ${{ steps.cache-repo.outputs.cache-hit != 'true' }}
4545 # Not using cached git repo, so clone it (with full history).
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0
4949
6060 # Clone a fresh repo that has valid credentials to push to gh-pages.
6161 # The default fetch-depth:1 is OK for this step.
6262 - name : Clone repo again in order to push
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 ref : ' gh-pages'
6666 path : ' gh-pages'
You can’t perform that action at this time.
0 commit comments