Skip to content

Commit d450d54

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cache: 'npm'
1212
cache-dependency-path: '**/package-lock.json'
1313
- name: Cache firebase emulators
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
with:
1616
path: ~/.cache/firebase/emulators
1717
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
cache-dependency-path: '**/package-lock.json'
1414
registry-url: 'https://registry.npmjs.org'
1515
- name: Cache firebase emulators
16-
uses: actions/cache@v4
16+
uses: actions/cache@v5
1717
with:
1818
path: ~/.cache/firebase/emulators
1919
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}

0 commit comments

Comments
 (0)