From d062860f160d0e5fb051cf1dffb3e7fea4bb6c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:44:17 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.7.0 to 24.9.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.7.0...v24.9.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/ci-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ansible.yml b/.github/workflows/ci-ansible.yml index be6903da..210ceb97 100644 --- a/.github/workflows/ci-ansible.yml +++ b/.github/workflows/ci-ansible.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ansible/ansible-lint@v24.7.0 + - uses: ansible/ansible-lint@v24.9.2 with: args: "ansible" - run: 'echo "VM_TOKEN=foo" > .env'