From 55e99b981d359f056aeb5923fd1dc38ffb534f5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:43:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/beta.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bf4d8df..4bbe0c0 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a9c7bd..5957137 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules