From d4f93f72f689c43302993ad8ce69ec67d1c40ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:14:22 +0000 Subject: [PATCH] Bump ansible-actions/ansible-lint-action from 1.0.1 to 1.0.2 Bumps [ansible-actions/ansible-lint-action](https://github.com/ansible-actions/ansible-lint-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/ansible-actions/ansible-lint-action/releases) - [Commits](https://github.com/ansible-actions/ansible-lint-action/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: ansible-actions/ansible-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-linting-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 3771a9b..0996001 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -17,6 +17,6 @@ jobs: fetch-depth: 0 - name: Run ansible-lint - uses: ansible-actions/ansible-lint-action@v1.0.1 + uses: ansible-actions/ansible-lint-action@v1.0.2 with: target: "./"