From aab604a44522a023693bdfeecb0c43020193edbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 03:08:24 +0000 Subject: [PATCH] (build deps): Bump reviewdog/action-remark-lint from 5.6 to 5.17 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.6 to 5.17. - [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.17) --- 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..92db1251b6 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.17 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}