From f256c908d71c383e9829f3c9d9eacffef223d60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:14:02 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-actionlint from 1.67.0 to 1.68.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/95395aac8c053577d0bc67eb7b74936c660c6f66...f00ad0691526c10be4021a91b2510f0a769b14d0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.68.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-actions.yaml b/.github/workflows/lint-actions.yaml index d5a2dfd..37152c7 100644 --- a/.github/workflows/lint-actions.yaml +++ b/.github/workflows/lint-actions.yaml @@ -23,7 +23,7 @@ jobs: sparse-checkout: | .github - - uses: reviewdog/action-actionlint@95395aac8c053577d0bc67eb7b74936c660c6f66 # v1.67.0 + - uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0 with: filter_mode: nofilter fail_on_error: true