Skip to content

Commit

Permalink
Update yamllint GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Jan 25, 2025
1 parent 7d8f2a0 commit 9ef4afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11

- name: Install
run: pip install yamllint
Expand Down

0 comments on commit 9ef4afc

Please sign in to comment.