use latest version of actions/checkout in README (#3186)

This commit is contained in:
Christian Oliff 2022-08-02 05:45:06 +09:00 committed by GitHub
parent 073eae19f7
commit 5cdfa85ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,7 +481,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