diff --git a/.github/workflows/checksrc.yml b/.github/workflows/checksrc.yml index 56ec41620a..d6eaa62f36 100644 --- a/.github/workflows/checksrc.yml +++ b/.github/workflows/checksrc.yml @@ -45,8 +45,8 @@ jobs: - name: 'check' run: scripts/checksrc-all.pl - codespell-cmakelint-pytype-ruff: - name: 'codespell, cmakelint, pytype, ruff' + spellcheck-cmakelint-pytype-ruff: + name: 'spellcheck, cmakelint, pytype, ruff' runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -66,7 +66,7 @@ jobs: python3-typing-extensions python3-libcst python3-impacket \ python3-websockets python3-pytest python3-filelock python3-pytest-xdist python3 -m pip install --break-system-packages cmakelang==0.6.13 pytype==2024.10.11 ruff==0.11.9 codespell==2.4.1 - cargo install typos-cli + cargo install typos-cli@1.34.0 - name: 'codespell' run: |