From 3dc98e81e1c30e2aa22bf6c26a9f8a27a0db596d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:56:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 4b08f14..143874d 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: cache docs/node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 693b8f9..7d772f3 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - 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 fa0693e..f9417b5 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 943637f..c53e52d 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4