Skip to content

Commit d4d65f4

Browse files
chore(deps): update actions/cache action to v5
1 parent a07a960 commit d4d65f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: '14.x'
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v3
45+
uses: actions/cache@v5
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@v5
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@v3
62+
uses: actions/cache@v5
6363
with:
6464
path: .deploy/publish
6565
key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }}
@@ -180,7 +180,7 @@ jobs:
180180
- name: Cache output force update
181181
if: steps.new_isg_state.outputs.rand != steps.isg_state.outputs.rand
182182
continue-on-error: true
183-
uses: actions/cache@v3
183+
uses: actions/cache@v5
184184
with:
185185
path: .deploy/publish
186186
key: ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.new_isg_state.outputs.rand }}

0 commit comments

Comments
 (0)