diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2749fa1..86802a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Running cspell - uses: streetsidesoftware/cspell-action@v3 + uses: streetsidesoftware/cspell-action@v4 with: config: ".github/linters/cspell.json" # Log progress and other information during the action execution.