From d52b641f123e3edbef267a3b249369669793ac31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:04:15 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.66.1 to 1.69.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.66.1 to 1.69.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/e37e2ca68a70112d21e135229272da28ce2d0d5a...437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.69.0 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 3d93b85..c447ba3 100644 --- a/.github/workflows/my_test.yml +++ b/.github/workflows/my_test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run actionlint with reviewdog - uses: reviewdog/action-actionlint@e37e2ca68a70112d21e135229272da28ce2d0d5a # v1.66.1 + uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0 with: fail_level: error filter_mode: nofilter