From 62e2608e449e0dbe6107a8d8ace371c22268daaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:12:59 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 24.7.0 to 24.9.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.7.0 to 24.9.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.7.0...v24.9.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 17b8163..0512bd4 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.7.0 + uses: ansible/ansible-lint@v24.9.0 test: needs: - lint