👷 use latest major version for actions/checkout

This commit is contained in:
Thomas Merz 2023-12-22 14:35:17 +01:00
parent 00ef748cc0
commit b4ae41752e
No known key found for this signature in database
GPG Key ID: F2B2463F74283F62
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ jobs:
run-tests-ext: sh
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
#-------- Python 3 -----
- name: Set up supported Python ${{ matrix.python-version }}
id: setup-python
@ -433,7 +433,7 @@ jobs:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with: