Skip to content

Commit 5e4d013

Browse files
authored
Increase workflow step versions (#52)
Increase checkout and setup-python to v4, Python 3.8 everywhere
1 parent 3c91736 commit 5e4d013

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/black.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
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'

.github/workflows/model_tests.yml

+2-2
Original file line numberDiff line numberDiff 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'

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)