diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 7c4a296156..c671fde11c 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@v4 + uses: streetsidesoftware/cspell-action@v5 with: config: ".cspell.json" files: "**/*.md"