diff --git a/.gitea/workflows/ansible-lint.yaml b/.gitea/workflows/ansible-lint.yaml index c839e51..e4afd81 100644 --- a/.gitea/workflows/ansible-lint.yaml +++ b/.gitea/workflows/ansible-lint.yaml @@ -14,7 +14,7 @@ jobs: - name: Run ansible-lint # replace `main` with any valid ref, or tags like `v6` - uses: https://github.com/ansible/ansible-lint-action@main + uses: https://github.com/ansible/ansible-lint-action@v6 # optional: # with: # path: "playbooks/" # <-- only one value is allowed