Skip to content

Commit ea76626

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 7c3170c commit ea76626

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
@@ -217,7 +217,7 @@ jobs:
217217
install-dependencies: true
218218
install-chromedriver: true
219219
- name: Cache firebase emulators
220-
uses: actions/cache@v3
220+
uses: actions/cache@v4
221221
with:
222222
path: ${{ env.FIREBASE_EMULATORS_PATH }}
223223
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('emulator-cache/**') }}
@@ -281,7 +281,7 @@ jobs:
281281
cache-dependency-path: npm-shrinkwrap.json
282282

283283
- name: Cache firebase emulators
284-
uses: actions/cache@v3
284+
uses: actions/cache@v4
285285
with:
286286
path: ${{ env.FIREBASE_EMULATORS_PATH }}
287287
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('emulator-cache/**') }}

0 commit comments

Comments
 (0)