From 595e20eff527d735e7a5e806228ede1a98d533d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 02:32:21 +0000 Subject: [PATCH] Bump reviewdog/action-yamllint from 1.6.1 to 1.21.0 Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.6.1 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/v1.6.1...v1.21.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/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index e94b02f..71e8e1e 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v2.3.2 - name: yamllint - uses: reviewdog/action-yamllint@v1.6.1 + uses: reviewdog/action-yamllint@v1.21.0 with: github_token: ${{ secrets.github_token }} reporter: github-check