diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8da0632f..59be3b26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 + - uses: streetsidesoftware/cspell-action@e0668cf020899e887ee8ad4d173c31738a79eae8 # v9.0.1 with: use_cspell_files: true config: .cspell.yml diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index c5be0d4c0..0815564db 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -55,7 +55,7 @@ jobs: echo "Title: $TITLE" > pr_title.md - name: Check PR Title spelling if: ${{ steps.lint_pr_title.outputs.scope != 'deps' }} - uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 + uses: streetsidesoftware/cspell-action@e0668cf020899e887ee8ad4d173c31738a79eae8 # v9.0.1 with: config: .cspell.yml suggestions: true