mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
chore(docs): Bump actions/checkout to v4 in the GitHub Actions example
This commit is contained in:
parent
3f7fcb9c88
commit
b9a2fa98d0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check spelling of file.txt
|
||||
uses: crate-ci/typos@master
|
||||
|
|
Loading…
Reference in a new issue