diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 0da68ef3..03aa677e 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -90,7 +90,7 @@ jobs: github_token: ${{ secrets.github_token }} fail_on_error: true - - uses: reviewdog/action-misspell@cc799b020b057600b66eedf2b6e97ca26137de21 # v1.14.0 + - uses: reviewdog/action-misspell@4348e72b9038b006ffc37b6b0dd4421a2e9a68ef # v1.14.1 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}