From 364c9bd883cd68667954bf7ffdaeaf999b736f40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:10:11 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v26.2.0 --- .github/workflows/lint-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 48f134d..42654c1 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Lint Ansible Playbook - uses: ansible/ansible-lint@7f6abc5ef97d0fb043a0f3d416dfbc74399fbda0 # v26.1.1 + uses: ansible/ansible-lint@19f673a091111d07688352cd2f19f0460055feba # v26.2.0 with: requirements_file: requirements-lint.yml