From 721debf22007f82c0a28ad45512f9f30192cdba2 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