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 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0 # Needed for setuptools_scm to work correctly
23
23
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0 # Needed for setuptools_scm to work correctly
21
21
Original file line number Diff line number Diff line change 21
21
shell : bash
22
22
steps :
23
23
- name : Check out
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0 # Needed for setuptools_scm to work correctly
27
27
- name : Install uv
Original file line number Diff line number Diff line change 22
22
shell : bash
23
23
steps :
24
24
- name : Check out
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 0 # Needed for setuptools_scm to work correctly
28
28
You can’t perform that action at this time.
0 commit comments