From 5875562561d22a34be0c657405578705a169af6c Mon Sep 17 00:00:00 2001 From: bogdanakushnir <114225401+bogdanakushnir@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:31:51 +0300 Subject: [PATCH] SC-6662 update README to use v3 of actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced2d31..2a1c428 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: sonarcloud: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0