docs: use actions/checkout@v4 as an example (#96)

This commit is contained in:
ALX99 2024-03-19 00:48:50 +09:00 committed by GitHub
parent 1b9d398800
commit 74e7b4f998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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