From b9d39105d5c900f83ca71047c3efd478962b551b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:37:29 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 25.4.0 to 25.5.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.4.0 to 25.5.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25.4.0...v25.5.0) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6b87340..c02ed90 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.4.0" + uses: "ansible/ansible-lint@v25.5.0"