diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index 46186841..4481c41d 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -42,7 +42,7 @@ jobs: node-version: '14.21.3' - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 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 fb4491d1..69e87451 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -41,7 +41,7 @@ jobs: node-version: '16.20.2' - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 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@v4 + uses: actions/cache@v6 with: path: .deploy/publish key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }} @@ -180,7 +180,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@v4 + uses: actions/cache@v6 with: path: .deploy/publish key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.new_isg_state.outputs.rand }}