Skip to content

Commit 94bea9b

Browse files
chore(deps): update actions/cache action to v4 (#25)
Co-authored-by: versionvanguard[bot] <149176998+versionvanguard[bot]@users.noreply.github.com>
1 parent b7c44cf commit 94bea9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ env.NODE_VERSION }}
2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
env:
2424
cache-name: cache-node-modules
2525
with:

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: ${{ env.NODE_VERSION }}
1717
- name: Cache node modules
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
env:
2020
cache-name: cache-node-modules
2121
with:

0 commit comments

Comments
 (0)