diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f857eab849..8068e0bbcf 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -27,7 +27,7 @@ jobs: contributing-guides/style-guide.*.md package-lock.json - - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 + - uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2 with: ignore_words_file: .github/codespell-ignore # Exit with 0 regardless of typos.