diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index a9ec7bad..d5aa45e8 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -32,7 +32,7 @@ jobs: run: | sudo chown -R root $GITHUB_WORKSPACE - name: Spelling Check - uses: reviewdog/action-misspell@v1.15.0 + uses: reviewdog/action-misspell@v1.17.0 - name: Revive Action uses: morphy2k/revive-action@v2 - name: "Restore Permissions"