From 43209f55325a1ff471a6d28c5c42b756623b074c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:34:01 +0000 Subject: [PATCH] build(deps): bump ansible/ansible-lint from 26.1.1 to 26.4.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 26.1.1 to 26.4.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/7f6abc5ef97d0fb043a0f3d416dfbc74399fbda0...5fac056c45595896c973fbde871f01f6cb14d74c) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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..c4504f4 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@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0 with: requirements_file: requirements-lint.yml