From 7805151938fd3d32bb95eeb4d22d5a48da041422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:10:50 +0000 Subject: [PATCH] Bump ansible-actions/yamllint-action from 0.0.1 to 0.0.2 Bumps [ansible-actions/yamllint-action](https://github.com/ansible-actions/yamllint-action) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/ansible-actions/yamllint-action/releases) - [Commits](https://github.com/ansible-actions/yamllint-action/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: ansible-actions/yamllint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/yamllint-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint-check.yml b/.github/workflows/yamllint-check.yml index 5e62f57..4dd2d82 100644 --- a/.github/workflows/yamllint-check.yml +++ b/.github/workflows/yamllint-check.yml @@ -17,6 +17,6 @@ jobs: fetch-depth: 0 - name: Run yamllint - uses: ansible-actions/yamllint-action@v0.0.1 + uses: ansible-actions/yamllint-action@v0.0.2 with: target: "./"