File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
check-black-formatting :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions/setup-python@v2
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-python@v4
15
15
with :
16
16
python-version : 3.8
17
17
cache : ' pip'
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
test-jobs :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
repository : " rwth-i6/i6_models"
16
16
path : " "
17
- - uses : actions/setup-python@v2
17
+ - uses : actions/setup-python@v4
18
18
with :
19
19
python-version : 3.8
20
20
cache : ' pip'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
23
23
with :
24
- python-version : 3.7
24
+ python-version : 3.8
25
25
26
26
- name : Install Python deps
27
27
run : |
You can’t perform that action at this time.
0 commit comments