From e849db242b2c64e8fa447b1e4c77631d58123390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:49:03 +0000 Subject: [PATCH] (build deps): Bump reviewdog/action-remark-lint from 5.6 to 5.11 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.6 to 5.11. - [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.6...v5.11) --- 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 3beb27a094..3321846498 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -128,7 +128,7 @@ jobs: echo "value=$value" >> $GITHUB_OUTPUT - name: '[Remark Lint]' - uses: reviewdog/action-remark-lint@v5.6 + uses: reviewdog/action-remark-lint@v5.11 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}