Update README.md (#2610)

update example from actions/checkout@v2 to actions/checkout@v3
This commit is contained in:
Christian Oliff 2022-03-14 22:57:50 +09:00 committed by GitHub
parent d8a6ec3c52
commit b80c79d647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0