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 23
23
steps :
24
24
- uses : actions/checkout@v5
25
25
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
cache : ' pip'
54
54
steps :
55
55
- uses : actions/checkout@v5
56
56
57
- - uses : actions/setup-python@v5
57
+ - uses : actions/setup-python@v6
58
58
with :
59
59
python-version : ' 3.9'
60
60
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- run : git fetch --no-tags --prune --depth=1 origin gh-pages
25
- - uses : actions/setup-python@v5
25
+ - uses : actions/setup-python@v6
26
26
with :
27
27
python-version : 3.x
28
28
- run : pip install -r requirements/requirements-documentation.txt
Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : " 3.10"
21
21
You can’t perform that action at this time.
0 commit comments