Skip to content

Commit

Permalink
bump actions/checkout to v3 (TheOdinProject#25122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asartea authored Mar 3, 2023
1 parent d2a5b90 commit 0bf6f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
Expand Down

0 comments on commit 0bf6f87

Please sign in to comment.