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 2121 - ' 3.13'
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - uses : actions/setup-python@v5
2727 with :
5252 name : Test documentation links
5353 runs-on : ubuntu-24.04
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656
5757 - uses : actions/setup-python@v5
5858 with :
Original file line number Diff line number Diff line change 2020 concurrency :
2121 group : ${{ github.workflow }}-${{ github.ref }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - run : git fetch --no-tags --prune --depth=1 origin gh-pages
2525 - uses : actions/setup-python@v5
2626 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments