Skip to content

Commit 074ea9c

Browse files
chore(deps): update actions/cache action to v4
1 parent a6118e7 commit 074ea9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/.firebase/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: '12.x'
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.npm
4848
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: '20.x'
4242

4343
- name: Cache dependencies
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.npm
4747
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Cache output
6161
continue-on-error: true
62-
uses: actions/cache@v2
62+
uses: actions/cache@v4
6363
with:
6464
path: .deploy/publish
6565
key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }}
@@ -179,7 +179,7 @@ jobs:
179179
- name: Cache output force update
180180
if: steps.new_isg_state.outputs.rand != steps.isg_state.outputs.rand
181181
continue-on-error: true
182-
uses: actions/cache@v2
182+
uses: actions/cache@v4
183183
with:
184184
path: .deploy/publish
185185
key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.new_isg_state.outputs.rand }}

0 commit comments

Comments
 (0)