From: Joel Rosdahl Date: Sun, 31 Aug 2025 08:24:12 +0000 (+0200) Subject: ci: Bump to newer codespell and typos versions X-Git-Tag: v4.12~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95e4d2c45de57dec23acb78d0f10915cc60ac92c;p=thirdparty%2Fccache.git ci: Bump to newer codespell and typos versions --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9e8f1ec..c701c046 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -593,7 +593,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-pip - pip3 install codespell==2.3.0 typos==1.24.6 + pip3 install codespell==2.4.1 typos==1.35.6 - name: Run codespell run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt