From 1c342ab305450d45847b788579c2137410c9a946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:37:55 +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 9f13b8c..4ad467f 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: "./" python_dependency_file: 'requirements.txt'