diff --git a/.github/workflows/actions.lint.yml b/.github/workflows/actions.lint.yml index 008ab20..6a82552 100644 --- a/.github/workflows/actions.lint.yml +++ b/.github/workflows/actions.lint.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Review Dog - actionlint - uses: reviewdog/action-actionlint@053c5cf55eed0ced1367cdc5e658df41db3a0cce # v1 + uses: reviewdog/action-actionlint@08ef4afa963243489a457cca426f705ce4e0d1a5 # v1 with: fail_on_error: ${{inputs.fail-on-error}}