diff --git a/.github/workflows/CiWorkflow.yml b/.github/workflows/CiWorkflow.yml index 86a29b2..a644c84 100644 --- a/.github/workflows/CiWorkflow.yml +++ b/.github/workflows/CiWorkflow.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v5 - name: 🔤 Check Spelling 🔤 - uses: streetsidesoftware/cspell-action@v7 + uses: streetsidesoftware/cspell-action@v8 with: treat_flagged_words_as_errors: true strict: true