From 8f47834ccc3ca4ee6446b1a21d326225dfe38730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:11:35 +0000 Subject: [PATCH] chore(deps): update actions/cache 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 cbe7b98..d138696 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -61,7 +61,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -91,7 +91,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -126,7 +126,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache docs/node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 29085ba..bcca45b 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -61,7 +61,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 775373e..bed4b88 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -57,7 +57,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8400141..9e16703 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |