From bca0655c7c45a6726e562e4010b13d7309977806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:57:16 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint from 24.9.0 to 24.9.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.9.0 to 24.9.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.9.0...v24.9.2) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-patch ... 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 c901a0c..3d8a553 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.9.0 + - uses: ansible/ansible-lint@v24.9.2 with: args: "ansible" - run: 'echo "VM_TOKEN=foo" > .env'