From 35a6190bf7f8e290c223fb0a3bd5c40bd6dfc1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:50:01 +0000 Subject: [PATCH] Bump reviewdog/action-remark-lint from 5.11 to 5.12 Bumps [reviewdog/action-remark-lint](https://github.com/reviewdog/action-remark-lint) from 5.11 to 5.12. - [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.11...v5.12) --- 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 b9daedbb2..f73480c63 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.11 + - uses: reviewdog/action-remark-lint@v5.12 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}