Update README.md

This commit is contained in:
Tonye Jack 2022-03-29 23:50:08 -04:00 committed by GitHub
parent a6c69ab0ca
commit 969e5d8dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest # windows-latest | macos-latest
name: Test changed-files
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
@ -146,7 +146,7 @@ Support this project with a :star:
```yaml
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# with:
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
# submodules: true # OR "recursive" -> To include all changed submodule files.