From 15a133446e79829106b94123ca03e7729d8bd30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:00:49 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint-action from 6.11.0 to 6.16.0 Bumps [ansible/ansible-lint-action](https://github.com/ansible/ansible-lint-action) from 6.11.0 to 6.16.0. - [Release notes](https://github.com/ansible/ansible-lint-action/releases) - [Commits](https://github.com/ansible/ansible-lint-action/compare/v6.11.0...v6.16.0) --- updated-dependencies: - dependency-name: ansible/ansible-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yaml b/.github/workflows/ansible-lint.yaml index cd8d7bb..c77cbc2 100644 --- a/.github/workflows/ansible-lint.yaml +++ b/.github/workflows/ansible-lint.yaml @@ -55,7 +55,7 @@ jobs: - name: Lint Ansible Playbook id: lint - uses: ansible/ansible-lint-action@v6.11.0 + uses: ansible/ansible-lint-action@v6.16.0 with: targets: "playbook.yml" args: "-c .ansible-lint"