From 12fffef1f4d764f032a0fe8a5586978c9b31d8a0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 22 Sep 2024 09:38:18 +0200 Subject: [PATCH] ci: Upgrade codespell and typos versions --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 37e6269b..40861082 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -568,7 +568,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-pip - pip3 install codespell==2.2.6 typos==1.16.26 + pip3 install codespell==2.3.0 typos==1.24.6 - name: Run codespell run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt -- 2.47.2