From cebb745bcba53146d98b81f1b85322d2331dab6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:03:02 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-actionlint action to v1.48.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 1ec0854416..e1b746b716 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - - uses: reviewdog/action-actionlint@4797143fa54b2306fe78646b48cfa10395506635 # v1.47.0 + - uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1.48.0 with: reporter: github-check fail_on_error: true