Skip to content

Commit b487074

Browse files
author
Ariel Kass
committed
IBM GHE restricts codespell action to version 1
1 parent b62347d commit b487074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: codespell
17-
uses: codespell-project/actions-codespell@v2
17+
uses: codespell-project/actions-codespell@v1
1818
with:
1919
check_filenames: true
2020
check_hidden: true

0 commit comments

Comments
 (0)