From 26f76ee69ceeec06248a95a5de4c2186993c595b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:03:34 +0000 Subject: [PATCH] Bump ansible-community/ansible-lint-action from 6.11.0 to 6.15.0 Bumps [ansible-community/ansible-lint-action](https://github.com/ansible-community/ansible-lint-action) from 6.11.0 to 6.15.0. - [Release notes](https://github.com/ansible-community/ansible-lint-action/releases) - [Commits](https://github.com/ansible-community/ansible-lint-action/compare/v6.11.0...v6.15.0) --- updated-dependencies: - dependency-name: ansible-community/ansible-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d6c5057..d117b1a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: command: ansible-galaxy collection install community.general - name: Run ansible-lint - uses: ansible-community/ansible-lint-action@v6.11.0 + uses: ansible-community/ansible-lint-action@v6.15.0 molecule: name: Run Molecule Tests