From 289867f4acf7f48a86b091852ac2470e0d5a69eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:55:17 +0000 Subject: [PATCH] Bump reviewdog/action-remark-lint from 5.10 to 5.11 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.10 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.10...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/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e39fe6cb1..b9daedbb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,7 +108,7 @@ jobs: cond: ${{ github.event_name == 'pull_request' }} if_true: github-pr-review if_false: github-check - - uses: reviewdog/action-remark-lint@v5.10 + - uses: reviewdog/action-remark-lint@v5.11 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}