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:
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