diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index e523fc1..57e93a9 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 name: ๐Ÿงพ Checkout - - uses: streetsidesoftware/cspell-action@v3 + - uses: streetsidesoftware/cspell-action@v4 name: ๐Ÿ“ Check Spelling with: config: './cspell.json'