Skip to content

Commit

Permalink
Update spell-check.yml, use @v4 for actions/checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed May 9, 2024
1 parent 3f8d1a7 commit 85fa5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
check_filenames: true
Expand Down

0 comments on commit 85fa5cf

Please sign in to comment.