diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 3e7902e392..7c4a296156 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Run cspell - uses: streetsidesoftware/cspell-action@v3 + uses: streetsidesoftware/cspell-action@v4 with: config: ".cspell.json" files: "**/*.md"