This commit is contained in:
Thomas Merz 2024-03-24 10:40:29 +01:00 committed by GitHub
commit 8ee71a6cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ jobs:
# apt in runner, if needed, may not be up-to-date
sudo apt-get update
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
#-------- Python 3 -----
- name: Set up supported Python ${{ matrix.python-version }}
id: setup-python
@ -464,7 +464,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: