From deb56d016db10a77aa3325e0636f643e58a56128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:06:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc90c2..5f4c542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: cache: npm - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce9ce93..31856c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: cache: npm - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules