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:
Ed Page 2024-01-01 15:45:52 -06:00 committed by GitHub
commit f09dc515fc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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