File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
build-release :
23
23
runs-on : ubuntu-20.04
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
python-version : 3.8
Original file line number Diff line number Diff line change 19
19
test-docs :
20
20
runs-on : ubuntu-22.04
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
# make rediraffecheckdiff requires git history to compare current
25
25
# commit with the main branch and previous releases.
Original file line number Diff line number Diff line change 50
50
- python : " 3.11"
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
55
55
- name : Cache conda environment
56
56
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments