diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 0fa7eee..9459ff0 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -97,7 +97,7 @@ jobs: github_token: ${{ secrets.github_token }} fail_on_error: true - - uses: reviewdog/action-misspell@4348e72b9038b006ffc37b6b0dd4421a2e9a68ef # v1.14.1 + - uses: reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 # v1.15.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}