Hanno Böck commited on 2023-12-22 09:01:24
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -13,7 +13,7 @@ jobs: |
13 | 13 |
steps: |
14 | 14 |
- uses: actions/checkout@v4 |
15 | 15 |
- name: Set up Python ${{ matrix.python-version }} |
16 |
- uses: actions/setup-python@v4 |
|
16 |
+ uses: actions/setup-python@v5 |
|
17 | 17 |
with: |
18 | 18 |
python-version: ${{ matrix.python-version }} |
19 | 19 |
- name: Install dependencies |
20 | 20 |