diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 0b1268c..98651ba 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,13 +11,11 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.0 with: lfs: true submodules: false fetch-depth: 0 - - name: 'Lint Ansible Playbook' - uses: ansible/ansible-lint-action@v6 - with: - path: "." + - name: Run ansible-lint + uses: ansible/ansible-lint@v6.20.2