diff --git a/.github/workflows/spell_check.yml b/.github/workflows/spell_check.yml index f771503..3c00d87 100644 --- a/.github/workflows/spell_check.yml +++ b/.github/workflows/spell_check.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: 🪄 Spell Check - uses: streetsidesoftware/cspell-action@v6 + uses: streetsidesoftware/cspell-action@v7 with: config: ${{inputs.config}} files: ${{inputs.includes}}