From 2ae8d9105c99cc7a637f784348c8e0d76c24ca24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:11:56 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.12.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.7.0 to 24.12.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.7.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/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index b39a6d4..048e419 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@v24.7.0 # or version tag instead of 'main' + uses: ansible/ansible-lint@v24.12.2 # or version tag instead of 'main' with: args: "ansible"