From 16a5dc9e9268b164b14e450311d13d2853323009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 05:42:35 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v26.1.1 --- .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 2aec3199f..260dab9bb 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@v26.1.0 + uses: ansible/ansible-lint@v26.1.1 with: args: "roles/custom" setup_python: "true"