From 997785a770e5dd0ba34b003d30dca9927e1c68d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:14:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/.firebase/build-and-deploy.yml | 2 +- .github/workflows/build-and-deploy.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index 56e6ca4f..2e31997f 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -42,7 +42,7 @@ jobs: node-version: '12.x' - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a46b3003..3a6d127c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -41,7 +41,7 @@ jobs: node-version: '12.x' - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -59,7 +59,7 @@ jobs: - name: Cache output continue-on-error: true - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .deploy/publish key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }} @@ -179,7 +179,7 @@ jobs: - name: Cache output force update if: steps.new_isg_state.outputs.rand != steps.isg_state.outputs.rand continue-on-error: true - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .deploy/publish key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.new_isg_state.outputs.rand }}