From: Joel Rosdahl Date: Sun, 22 Sep 2024 07:38:18 +0000 (+0200) Subject: ci: Upgrade codespell and typos versions X-Git-Tag: v4.11~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fffef1f4d764f032a0fe8a5586978c9b31d8a0;p=thirdparty%2Fccache.git ci: Upgrade codespell and typos versions --- 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