From 6e188817fd591efac5a284e3e98195d1273707c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:50:27 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 24.10.0 to 24.12.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.10.0 to 24.12.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.10.0...v24.12.0) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 602ffed..a6001be 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout Role uses: actions/checkout@v4 - name: Run Ansible-lint - uses: ansible/ansible-lint@v24.10.0 + uses: ansible/ansible-lint@v24.12.0 test: needs: - lint