Skip to content

Commit

Permalink
use latest ansible-lint gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangweichinger authored Dec 11, 2023
1 parent da7b9df commit 06924af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: ansible-lint
uses: ansible-community/ansible-lint-action@v6
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6
test:
needs:
- lint
Expand Down

0 comments on commit 06924af

Please sign in to comment.