mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-11 01:01:36 -05:00
Merge pull request #894 from kyu08/fix-github-action-md
chore(docs): Bump actions/checkout to v4 in the GitHub Actions example
This commit is contained in:
commit
f09dc515fc
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