Skip to content

Commit

Permalink
GHA: Bump ansible-lint to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 17, 2024
1 parent e9f5519 commit ca09492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/saltbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
cache-dependency-path: 'requirements/requirements-lint.txt'

- name: Install packages
run: pip install -r ./requirements/requirements-lint.txt

- name: Run ansible linter
working-directory: ${{ github.workspace }}
run: ansible-lint

- name: Run salty linter
Expand Down

0 comments on commit ca09492

Please sign in to comment.