From 727b34408e2cda48f82ad066ddfece5d8dadf3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:08:43 +0000 Subject: [PATCH] (build deps): Bump reviewdog/action-remark-lint from 5.2 to 5.3 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.2 to 5.3. - [Release notes](https://github.com/reviewdog/action-remark-lint/releases) - [Changelog](https://github.com/reviewdog/action-remark-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/reviewdog/action-remark-lint/compare/v5.2...v5.3) --- updated-dependencies: - dependency-name: reviewdog/action-remark-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e3da3199e..881cfc4025 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -121,7 +121,7 @@ jobs: if_false: github-check - name: '[Remark Lint]' - uses: reviewdog/action-remark-lint@v5.2 + uses: reviewdog/action-remark-lint@v5.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}