From 3c64fe6eb5e1c576e06700637c20d0da36b08a67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:04:39 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v25.12.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 ab6855464..6b55b6a27 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6 - name: Run ansible-lint - uses: ansible/ansible-lint@v25.12.1 + uses: ansible/ansible-lint@v25.12.2 with: args: "roles/custom" setup_python: "true"