Skip to content

Commit

Permalink
Upgrade GitHub Checkout Action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
meenbeese authored Jul 19, 2024
1 parent ec9d2ae commit 909dba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pip install codespell
- run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"

0 comments on commit 909dba6

Please sign in to comment.