diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index e987dba65b..91bfbe6e6c 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -27,7 +27,7 @@ jobs: - name: spelling or typos uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: misspell - uses: reviewdog/action-misspell@0789410278cba39afd488d97a0e305ba35776bbf # v1 + uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1 with: github_token: ${{ secrets.github_token }} locale: "US"