From b24fc9d2c44bc6e53b9a6ea580e96348181e2f27 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Sun, 2 Jun 2024 10:51:43 -0700 Subject: [PATCH] ci: pin codespell CI should not fail and require attention every time a new codespell version is released. Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fc15d375a71..9bddda6513a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v4 - name: install deps # Version of codespell bundled with Ubuntu is way old, so use pip. - run: pip install codespell + run: pip install codespell==v2.3.0 - name: run codespell run: codespell