From 74e7b4f99815e8e6b836e3de04f85ff3ff7f612e Mon Sep 17 00:00:00 2001 From: ALX99 <46844683+ALX99@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:48:50 +0900 Subject: [PATCH] docs: use actions/checkout@v4 as an example (#96) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e133687..3d58564 100644 --- a/README.md +++ b/README.md @@ -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