diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 6ade41278..21c54d236 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -51,7 +51,7 @@ jobs: - uses: chainguard-dev/actions/eof-newline@d886686603afb809f7ef9b734b333e20b7ce5cda if: ${{ always() }} - - uses: reviewdog/action-misspell@8cd4a880dd86b1b175092c18c23cdec31283d654 # v1.19.0 + - uses: reviewdog/action-misspell@ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f # v1.23.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }}