docs: use actions/checkout@v4 as an example

This commit is contained in:
ALX99 2024-02-09 11:36:56 +09:00 committed by GitHub
parent 1b9d398800
commit e0b4b92b06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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