Skip to content

Commit 9b85745

Browse files
Update actions/cache action to v5 (#537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent deb6ee9 commit 9b85745

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version-file: '.nvmrc'
2828

2929
- name: Reuse npm cache folder
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
env:
3232
cache-name: cache-node-modules
3333
with:
@@ -53,7 +53,7 @@ jobs:
5353

5454
# https://firebase.google.com/docs/emulator-suite/install_and_configure#integrate_with_your_ci_system
5555
- name: Reuse firebase emulators cache folder
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
env:
5858
cache-name: cache-node-modules
5959
with:
@@ -90,7 +90,7 @@ jobs:
9090
node-version-file: '.nvmrc'
9191

9292
- name: Reuse npm cache folder
93-
uses: actions/cache@v4
93+
uses: actions/cache@v5
9494
env:
9595
cache-name: cache-node-modules
9696
with:

0 commit comments

Comments
 (0)