diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e0409d75a..3af02ab40 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -34,7 +34,7 @@ id: extract_ignore_words - name: Codespell - uses: codespell-project/actions-codespell@v2.1 + uses: codespell-project/actions-codespell@v2.2 with: skip: '*.ambr,*.lock,*.ipynb,*.yaml,*.zlib,*.css.map,*.js.map' ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}