From 2577e91c7a53f0f4ba3f81f5e9c7304d7f5e5438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:52:39 +0000 Subject: [PATCH] (build deps): Bump reviewdog/action-remark-lint from 5.6 to 5.16 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.6 to 5.16. - [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.16) --- 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..92503dbbb3 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.16 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}