Skip to content

Commit 1370596

Browse files
authored
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.
1 parent 606e56d commit 1370596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
# Full git history is needed to get a proper list of changed files within `super-linter`
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v4
21+
with:
22+
python-version: '3.9'
2123
- name: Lint Code Base
2224
uses: github/super-linter@v4
2325
env:

0 commit comments

Comments
 (0)