From e79db156961b10f8a4e698032cb6c380de33bdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:22:55 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 24.10.0 to 24.12.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.10.0 to 24.12.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.10.0...v24.12.2) --- updated-dependencies: - dependency-name: ansible/ansible-lint 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 4389f13..4d3eaa8 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@v24.10.0" + uses: "ansible/ansible-lint@v24.12.2"