diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index d0f49fc..46a1133 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -76,7 +76,7 @@ jobs: echo "coll_req_file=$coll_req_file" >> $GITHUB_OUTPUT - name: Run ansible-lint - uses: ansible/ansible-lint@v25 + uses: ansible/ansible-lint@v26 with: working_directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }} requirements_file: ${{ steps.collection.outputs.coll_req_file }}