From 39e4ffc499e4fad5dd522ed041f0f319c28dcd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:38:35 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.69.0 to 1.69.1 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.69.0 to 1.69.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d...83e4ed25b168066ad8f62f5afbb29ebd8641d982) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.69.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 881e583..41b38af 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@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0 + - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 with: filter_mode: nofilter fail_on_error: true