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 12
12
fetch-depth : 1
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ' 3.9'
18
18
Original file line number Diff line number Diff line change 32
32
with :
33
33
fetch-depth : 0
34
34
- name : Set up Python 3.9
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : ' 3.9'
38
38
- name : Install dependencies
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v5
10
10
with :
11
11
fetch-depth : 0 # Tags are needed to install DL-Registry
12
- - uses : actions/setup-python@v5
12
+ - uses : actions/setup-python@v6
13
13
with :
14
14
python-version : ' 3.9'
15
15
- name : Install dependencies and project
You can’t perform that action at this time.
0 commit comments