From 1fc347bbe51af8e15f9b17bd1c51c390637df071 Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Mon, 13 Apr 2026 11:12:47 +0200 Subject: [PATCH] Upgrade the version of actions/checkout in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a79c2e..98b8903 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: sonarqube: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Disabling shallow clones is recommended for improving the relevancy of reporting fetch-depth: 0 @@ -273,7 +273,7 @@ jobs: sonarqube: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Disabling shallow clones is recommended for improving the relevancy of reporting fetch-depth: 0 @@ -305,7 +305,7 @@ jobs: env: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -366,7 +366,7 @@ jobs: sonarqube: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Disabling shallow clones is recommended for improving the relevancy of reporting fetch-depth: 0 @@ -406,7 +406,7 @@ jobs: env: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0