Hanno Böck commited on 2023-09-21 09:47:01
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -13,7 +13,7 @@ jobs: |
13 | 13 |
# https://github.com/PyCQA/pycodestyle/issues/1142 |
14 | 14 |
python-version: [3.8, 3.x] |
15 | 15 |
steps: |
16 |
- - uses: actions/checkout@v3 |
|
16 |
+ - uses: actions/checkout@v4 |
|
17 | 17 |
- name: Set up Python ${{ matrix.python-version }} |
18 | 18 |
uses: actions/setup-python@v4 |
19 | 19 |
with: |
20 | 20 |