From d1ed3a4cef6d02b127525935238556bfd4cd831e Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Wed, 24 Sep 2025 21:05:00 -0700 Subject: [PATCH] github: update codespell action to v2.1 in workflow (#4205) Old version fails to find python 3.8 docker image --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index ebf55649..3d499867 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -22,7 +22,7 @@ jobs: - name: Annotate locations with typos uses: codespell-project/codespell-problem-matcher@b80729f885d32f78a716c2f107b4db1025001c42 # v1 - name: Codespell - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2 + uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 with: ignore_words_file: .codespellignore skip: frame*.txt