diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 3751ad3395..2955857545 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Run cspell - uses: streetsidesoftware/cspell-action@v2 + uses: streetsidesoftware/cspell-action@v4 with: config: ".cspell.json" files: "**/*.md"