From c948f377c387570d5e9f6eb7997af5530cd8f719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 04:33:40 +0000 Subject: [PATCH] build(deps): bump ansible/ansible-lint from 26.1.1 to 26.2.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 26.1.1 to 26.2.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/7f6abc5ef97d0fb043a0f3d416dfbc74399fbda0...19f673a091111d07688352cd2f19f0460055feba) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 26.2.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..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