From 65b9b2d0b3fbdcd23064d332c83e057d3d1ca2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 06:10:36 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint-action Bumps [ansible/ansible-lint-action](https://github.com/ansible/ansible-lint-action) from c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc to 00bab8f19cddd45b04ba28dc38e5d9a2a1b1366c. - [Release notes](https://github.com/ansible/ansible-lint-action/releases) - [Commits](https://github.com/ansible/ansible-lint-action/compare/c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc...00bab8f19cddd45b04ba28dc38e5d9a2a1b1366c) --- updated-dependencies: - dependency-name: ansible/ansible-lint-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-ansible.yml b/.github/workflows/lint-ansible.yml index deeaed3..a33aa0d 100644 --- a/.github/workflows/lint-ansible.yml +++ b/.github/workflows/lint-ansible.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: Lint Ansible - uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc + uses: ansible/ansible-lint-action@00bab8f19cddd45b04ba28dc38e5d9a2a1b1366c with: args: | -c .ansible-lint.yml