Skip to content

Commit e265072

Browse files
Update actions/cache action to v5
1 parent 88f3fbe commit e265072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: 18.x
20-
- uses: actions/cache@v4
20+
- uses: actions/cache@v5
2121
with:
2222
path: ~/.npm
2323
key: npm-${{ hashFiles('firebase/functions/package-lock.json') }}

0 commit comments

Comments
 (0)