From 153a315019b304ac450509a6c410c486e4351f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:59:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yml | 8 ++++---- .github/workflows/next.yml | 4 ++-- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbe7b98..061c010 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 @@ -59,7 +59,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 @@ -89,7 +89,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 @@ -124,7 +124,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 29085ba..b7e579a 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 @@ -59,7 +59,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 775373e..9e1f73f 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/test.yml b/.github/workflows/test.yml index 8400141..47f09de 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