From 96532eae4c45f33c2b6ee8820450cc1f6455ea71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:12:41 +0000 Subject: [PATCH] Bump ansible-actions/ansible-lint-action from 1.0.2 to 1.0.3 Bumps [ansible-actions/ansible-lint-action](https://github.com/ansible-actions/ansible-lint-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ansible-actions/ansible-lint-action/releases) - [Commits](https://github.com/ansible-actions/ansible-lint-action/compare/v1.0.2...v1.0.3) --- 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 af53b82..e872777 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Run ansible-lint - uses: ansible-actions/ansible-lint-action@v1.0.2 + uses: ansible-actions/ansible-lint-action@v1.0.3 with: target: "./" collections_yml: "requirements.yml"