diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73973ae..b7553cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Spell Check Code - uses: streetsidesoftware/cspell-action@v6 + uses: streetsidesoftware/cspell-action@v8 with: files: '**/*.md' config: 'config/cspell.json'