From 71e53513c4cecefea22b64f578e46cac69be7adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:00:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/npmpublish.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 304d90b1..df291ac6 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -47,7 +47,7 @@ jobs: node-version: 20 cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4cfe0d75..c8d6db51 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -43,7 +43,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules