Fixed missing Python version

Python version hast to be set with v4 of the action. The version is now fixed to what is in Alpine 3.14.
release
Tobias Genannt 2022-06-09 07:47:48 +02:00 committed by GitHub
parent 606e56d78f
commit 1370596f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Lint Code Base
uses: github/super-linter@v4
env: