From e1e8ee511a9bb6d3ad6d2afb5ece95bbbd043cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:14:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/deployment.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 10eae53..8d72bf0 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -47,7 +47,7 @@ jobs: node-version: "16" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c20bfb0..656fb9f 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules