From 20729fcdfb3aaf84fab6870bfbcf15a4dedbfa49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:07:45 +0000 Subject: [PATCH] Update ansible/ansible-lint action to v25.8.0 --- .github/workflows/matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 49eb8ad19..c040dbe4b 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 - name: Run ansible-lint - uses: ansible/ansible-lint@v25.7.0 + uses: ansible/ansible-lint@v25.8.0 with: args: "roles/custom" setup_python: "true"