From 1a3614d21cb4b489ad74bc418734108f6615fdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:03:23 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-actionlint from 1.73.2 to 1.73.3 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.73.2 to 1.73.3. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/dbe5299849118fd6f099ba563d263d770955a64a...49cb3ce06e5d81452e14b38ad34e4b12a8acfe2b) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.3 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 1c3257e..a436b02 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@dbe5299849118fd6f099ba563d263d770955a64a # v1.73.2 + - uses: reviewdog/action-actionlint@49cb3ce06e5d81452e14b38ad34e4b12a8acfe2b # v1.73.3 with: filter_mode: nofilter fail_on_error: true