From 9d921be19fc0b40a2c1e84f0460db6cb130c8a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 23:31:49 +0000 Subject: [PATCH] Bump reviewdog/action-yamllint from 1.5 to 1.6 Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.5 to 1.6. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/v1.5...v1.6) --- updated-dependencies: - dependency-name: reviewdog/action-yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 77f4365..505f691 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: yaml-lint - uses: reviewdog/action-yamllint@v1.5 + uses: reviewdog/action-yamllint@v1.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} level: error