]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Upgrade codespell and typos versions
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Sep 2024 07:38:18 +0000 (09:38 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Sep 2024 12:29:59 +0000 (14:29 +0200)
.github/workflows/build.yaml

index 37e6269bbf3b8fd42bb24f774dca7ef04a1dd252..40861082313f93e2e1ddae06233f2e511adf2b6d 100644 (file)
@@ -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