Skip to content

Commit

Permalink
fix: replace ansible-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Mar 3, 2024
1 parent 3376964 commit 3293c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint-action@912d1bf4240f503c2b7e50a6cacadd7df5c3dd82 # v6
uses: ansible/ansible-lint@main

0 comments on commit 3293c71

Please sign in to comment.