From: Joel Rosdahl Date: Sat, 30 Dec 2023 09:25:16 +0000 (+0100) Subject: ci: Bump to codespell 2.2.6 X-Git-Tag: v4.9~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c733817d452da7cb219d4fc93b9d0b30d3c2574c;p=thirdparty%2Fccache.git ci: Bump to codespell 2.2.6 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e24c2c182..f485bdc6b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -513,7 +513,7 @@ jobs: codespell: timeout-minutes: 30 name: Spelling - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false steps: @@ -524,7 +524,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-pip - pip3 install codespell==2.1.0 + pip3 install codespell==2.2.6 - name: Run codespell run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt