From 5d188f1c8efa54145b5525ef8ea8c919bf58b30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 03:43:00 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/branch-validations.yaml | 8 ++++---- .github/workflows/deploy-published-releases.yaml | 2 +- .github/workflows/publish-pr-preview.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/branch-validations.yaml b/.github/workflows/branch-validations.yaml index 3777941c..c1d68848 100644 --- a/.github/workflows/branch-validations.yaml +++ b/.github/workflows/branch-validations.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -47,7 +47,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -71,7 +71,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -95,7 +95,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/deploy-published-releases.yaml b/.github/workflows/deploy-published-releases.yaml index 4440872f..07868817 100644 --- a/.github/workflows/deploy-published-releases.yaml +++ b/.github/workflows/deploy-published-releases.yaml @@ -19,7 +19,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/publish-pr-preview.yaml b/.github/workflows/publish-pr-preview.yaml index 8647adfb..80c932b3 100644 --- a/.github/workflows/publish-pr-preview.yaml +++ b/.github/workflows/publish-pr-preview.yaml @@ -17,7 +17,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }}