From 958b0de4f1e8bbe40a080b4c35b0bc0b2c5b59ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:45:50 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v25.9.2 --- .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 0b3a77221..301bcd488 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.9.1 + uses: ansible/ansible-lint@v25.9.2 with: args: "roles/custom" setup_python: "true"