From 7eb0198f3ce1a1ccea662e919d72733e10162e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:27:51 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 25.6.0 to 25.6.1 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.6.0 to 25.6.1. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25.6.0...v25.6.1) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a94662c..f9509a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,4 +24,4 @@ jobs: uses: "actions/checkout@v4" - name: "Lint code." - uses: "ansible/ansible-lint@v25.6.0" + uses: "ansible/ansible-lint@v25.6.1"