From b002a157557f223ed759bf259ade0efc7d73cb92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:01:09 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v26 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b84caa0..d89ad04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v6 - name: Run ansible-lint - uses: ansible/ansible-lint@v25 + uses: ansible/ansible-lint@v26 with: args: "-c ansible-lint.yml"