build: github actions versions updated.

This commit is contained in:
Fabian Joswig 2022-11-30 17:49:01 +00:00
parent 6eba4ee473
commit 5adf29eda9
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -13,9 +13,9 @@ jobs:
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: flake8 Lint