From 16923a4db83cbc16b874fa1b96eba92785216ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:23:06 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.55.0 to 1.56.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.55.0 to 1.56.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/05c9d7bef25a46caf572df3497afa7082fc111df...15a7a477ab5ab768a41c39b2c53970bf151c73f3) --- 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 95bf38e..7d9eab7 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@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55.0 + uses: reviewdog/action-actionlint@15a7a477ab5ab768a41c39b2c53970bf151c73f3 # v1.56.0 with: fail_on_error: true filter_mode: nofilter