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 Duarte Meneses
parent a6ba0aafc2
commit 427bad7016

View file

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