File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 check-black-formatting :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-python@v2
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.8
1717 cache : ' pip'
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 test-jobs :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 with :
1515 repository : " rwth-i6/i6_models"
1616 path : " "
17- - uses : actions/setup-python@v2
17+ - uses : actions/setup-python@v4
1818 with :
1919 python-version : 3.8
2020 cache : ' pip'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
22- - uses : actions/setup-python@v2
22+ - uses : actions/setup-python@v4
2323 with :
24- python-version : 3.7
24+ python-version : 3.8
2525
2626 - name : Install Python deps
2727 run : |
You can’t perform that action at this time.
0 commit comments