From 9ea2feb56f8901f320e397e04834e3b4122f9a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:43:57 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 25.8.2 to 25.9.1 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.8.2 to 25.9.1. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/50373efb440dd3b524956c075af715cd00eaf20b...ef53f7802613611d813f0c58e48819c8e9a3a3fe) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index c1b22ee..362033e 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false - name: Lint Ansible Playbook - uses: ansible/ansible-lint@50373efb440dd3b524956c075af715cd00eaf20b # v25.8.2 + uses: ansible/ansible-lint@ef53f7802613611d813f0c58e48819c8e9a3a3fe # v25.9.1 # Let's point it to the path with: setup_python: "true"