File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
build-release :
23
23
runs-on : ubuntu-22.04
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : actions/setup-python@v5
27
27
with :
28
28
python-version : 3.11
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@v4
22
+ - uses : actions/checkout@v5
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 48
48
runs_on : windows-2022
49
49
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
53
53
- name : Get Docker infos
54
54
run : |
Original file line number Diff line number Diff line change 52
52
pre : pre
53
53
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
57
57
- name : Cache conda environment
58
58
uses : actions/cache@v4
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Log in to the Container registry
25
25
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments