chore(docs): Bump actions/checkout to v4 in the GitHub Actions example

This commit is contained in:
kyu08 2024-01-01 20:32:28 +09:00
parent 3f7fcb9c88
commit b9a2fa98d0

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