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 21
21
- ' 3.13'
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
26
26
- uses : actions/setup-python@v5
27
27
with :
52
52
name : Test documentation links
53
53
runs-on : ubuntu-24.04
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
57
57
- uses : actions/setup-python@v5
58
58
with :
Original file line number Diff line number Diff line change 20
20
concurrency :
21
21
group : ${{ github.workflow }}-${{ github.ref }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- run : git fetch --no-tags --prune --depth=1 origin gh-pages
25
25
- uses : actions/setup-python@v5
26
26
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
You can’t perform that action at this time.
0 commit comments