Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7346f6

Browse files
authoredJul 23, 2024··
Upgrade GitHub Checkout Action from v3 to v4 (#35)
1 parent dd646af commit c7346f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ jobs:
44
codespell:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- run: pip install codespell
99
- run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"

0 commit comments

Comments
 (0)
Please sign in to comment.