From 0963196b87768459ec6a087893318bde8e2175a0 Mon Sep 17 00:00:00 2001 From: NAEEM HADIQ <22941094+nhadiq@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:57:32 +0530 Subject: [PATCH] Update README.md to checkout v4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a5a51..3cc140b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: sonarqube: 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