From b8ad48433d0155ce98f6d032e8d795503a9f941a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:01:10 +0000 Subject: [PATCH] build(deps): bump ansible/ansible-lint from 24.2.3 to 24.7.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.2.3 to 24.7.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.2.3...v24.7.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/galaxy.yml | 2 +- .github/workflows/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 004b560..6439483 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -28,7 +28,7 @@ jobs: yamllint . - name: Run ansible-lint - uses: ansible/ansible-lint@v24.2.3 + uses: ansible/ansible-lint@v24.7.0 molecule: name: Molecule diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8f6fd87..a290ec7 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -29,7 +29,7 @@ jobs: yamllint . - name: Run ansible-lint - uses: ansible/ansible-lint@v24.2.3 + uses: ansible/ansible-lint@v24.7.0 molecule: name: Molecule