docs: update checkout GitHub Action to the latest version

This commit is contained in:
Francisco Robles Martín 2024-01-15 12:28:41 +01:00 committed by Duarte Meneses
commit 44eed6088a

View file

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