]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Bump to codespell 2.2.6
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Dec 2023 09:25:16 +0000 (10:25 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Dec 2023 09:27:57 +0000 (10:27 +0100)
.github/workflows/build.yaml

index e24c2c182eb433850943882985cf57d106a3d8e3..f485bdc6b67465220624009d7cccab06feba7a9a 100644 (file)
@@ -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