Skip to content

Commit 100942a

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6f102f commit 100942a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
install-dependencies: true
223223
install-chromedriver: true
224224
- name: Cache firebase emulators
225-
uses: actions/cache@v3
225+
uses: actions/cache@v4
226226
with:
227227
path: ${{ env.FIREBASE_EMULATORS_PATH }}
228228
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('emulator-cache/**') }}
@@ -286,7 +286,7 @@ jobs:
286286
cache-dependency-path: npm-shrinkwrap.json
287287

288288
- name: Cache firebase emulators
289-
uses: actions/cache@v3
289+
uses: actions/cache@v4
290290
with:
291291
path: ${{ env.FIREBASE_EMULATORS_PATH }}
292292
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('emulator-cache/**') }}

0 commit comments

Comments
 (0)