Skip to content

Commit 75c9f5c

Browse files
authored
Merge pull request #4301 from kolyshkin/pin-codespell
ci: pin codespell
2 parents 854c4af + b24fc9d commit 75c9f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- name: install deps
6969
# Version of codespell bundled with Ubuntu is way old, so use pip.
70-
run: pip install codespell
70+
run: pip install codespell==v2.3.0
7171
- name: run codespell
7272
run: codespell
7373

0 commit comments

Comments
 (0)