diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a88bec75..cced65b5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v5 + - uses: streetsidesoftware/cspell-action@v6 with: files: 'content/**/*.md' config: 'cspell.json'