From f952061544c0c073fd6199eab0938e7ac5407cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:06:12 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-actionlint action to v1.69.0 --- .github/workflows/lint-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-github-actions.yml b/.github/workflows/lint-github-actions.yml index 21c5c4c5..503ad90a 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - - uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0 + - uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0 with: reporter: github-check fail_on_error: true