mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-10 16:54:51 -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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Actions Repository
|
- name: Checkout Actions Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check spelling of file.txt
|
- name: Check spelling of file.txt
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
|
Loading…
Reference in a new issue