From 762464721beaa98e26d40d30229be35c36197cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:13:27 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-actionlint from 1.73.3 to 1.73.4 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.73.3 to 1.73.4. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/49cb3ce06e5d81452e14b38ad34e4b12a8acfe2b...d290e336d5a743810aef4404f757dc862276d2ae) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.4 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 a436b02..6314a8e 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@49cb3ce06e5d81452e14b38ad34e4b12a8acfe2b # v1.73.3 + - uses: reviewdog/action-actionlint@d290e336d5a743810aef4404f757dc862276d2ae # v1.73.4 with: filter_mode: nofilter fail_on_error: true