use latest version of actions/checkout in README example

This commit is contained in:
Christian Oliff 2023-01-07 12:14:17 +09:00 committed by GitHub
parent a6ba0aafc2
commit 6959e2793e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0