Skip to content

Commit 25854b4

Browse files
[skip ci] Update actions/cache action to v4 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9faf5a0 commit 25854b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase_functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 16.x
20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: ~/.npm
2323
key: npm-${{ hashFiles('firebase/functions/package-lock.json') }}

0 commit comments

Comments
 (0)