From a7989b64a7b7a31efb2afe13136c61666f9975f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:02:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/next.yml | 4 ++-- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/sonar-cloud.yml | 2 +- .github/workflows/test.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 95aa685913..e00bf39f37 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f03d719218..7ce89d987e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -62,7 +62,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -91,7 +91,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -125,7 +125,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache docs/node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index bb9f9f766d..6dcda54109 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -62,7 +62,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 775373ef36..9e1f73fd48 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -55,7 +55,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index a42379f43c..8d62c0bad9 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e674810ede..4c959237e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v4