From 1e4125aadddd9ac986de8fed512e84e7796259e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:10:59 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 08b5001..e40d3f2 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@v5.1.0 + uses: actions/cache@v6.1.0 id: cache-node-modules with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2426505..9b1bf2f 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@v5.1.0 + uses: actions/cache@v6.1.0 id: cache-node-modules with: path: node_modules