From b4f89fd8873960a2fce205b5dfd04fe477615652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:54:22 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.48.0 to 1.51.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.48.0 to 1.51.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/fd627997c9688c2f39e13917aed23873c031b834...afad3b6ab835e5611bda8c8193377e2d5c21413d) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/my_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/my_test.yml b/.github/workflows/my_test.yml index b7da0ce..5b4d314 100644 --- a/.github/workflows/my_test.yml +++ b/.github/workflows/my_test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run actionlint with reviewdog - uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1.48.0 + uses: reviewdog/action-actionlint@afad3b6ab835e5611bda8c8193377e2d5c21413d # v1.51.0 with: fail_on_error: true filter_mode: nofilter