From 0ef79f526c8e5ff7803a18d4ed88172efaaff602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:46:46 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/generate-sdk.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-sdk.yml b/.github/workflows/generate-sdk.yml index 85142a3..6970464 100644 --- a/.github/workflows/generate-sdk.yml +++ b/.github/workflows/generate-sdk.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v2 diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 5892c78..f2cb59b 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -10,7 +10,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: SonarCloud Scan