From 94a2228f74431bc41643549d4df668e3d9e79ef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:27:00 +0000 Subject: [PATCH] Update actions/cache action from vv4 to v5 --- .github/workflows/build_and_deploy.yml | 2 +- .github/workflows/pull_request_build_and_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 80aaec38..9b478d55 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/pull_request_build_and_deploy.yml b/.github/workflows/pull_request_build_and_deploy.yml index 3c072ad7..93f494d0 100644 --- a/.github/workflows/pull_request_build_and_deploy.yml +++ b/.github/workflows/pull_request_build_and_deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: