Change paython version to any python 3 version
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user