Skip to content

Commit c7346f6

Browse files
authored
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

+1-1
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)