From 3bef892b508887f903de1471416191b9cef40710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:02:31 +0000 Subject: [PATCH] NO_JIRA: Bump reviewdog/action-yamllint from 1.6.1 to 1.8.0 Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.6.1 to 1.8.0. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/v1.6.1...v1.8.0) --- updated-dependencies: - dependency-name: reviewdog/action-yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 65fc583..13b33f1 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -31,7 +31,7 @@ jobs: fi - name: Run yamllint - uses: reviewdog/action-yamllint@v1.6.1 + uses: reviewdog/action-yamllint@v1.8.0 with: fail_on_error: false filter_mode: diff_context