From d933e44d88fd54149078ccb24631470cc7378162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:50:01 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/deploy-and-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-and-e2e.yml b/.github/workflows/deploy-and-e2e.yml index 3a86b24f..122101fc 100644 --- a/.github/workflows/deploy-and-e2e.yml +++ b/.github/workflows/deploy-and-e2e.yml @@ -75,7 +75,7 @@ jobs: node-version-file: .nvmrc - name: Cache Node.js dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -159,7 +159,7 @@ jobs: node-version-file: .nvmrc - name: Cache Node.js dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |