Skip to content

Commit

Permalink
codespell: Use specific version instead of master
Browse files Browse the repository at this point in the history
Let's not blindly use the master ref, use a specific version instead.
  • Loading branch information
matejmatuska authored and pirat89 committed Jul 1, 2024
1 parent 82d2db8 commit 0ef7402
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 @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: ro,fo,couldn,repositor,zeor
skip: "./repos/system_upgrade/common/actors/storagescanner/tests/files/mounts,\
Expand Down

0 comments on commit 0ef7402

Please sign in to comment.