From d450d541318b6a7f622d1ea796a42e9cd9d6e75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:01:15 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/all-pull-request.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-pull-request.yml b/.github/workflows/all-pull-request.yml index 447494a..094e27c 100644 --- a/.github/workflows/all-pull-request.yml +++ b/.github/workflows/all-pull-request.yml @@ -11,7 +11,7 @@ jobs: cache: 'npm' cache-dependency-path: '**/package-lock.json' - name: Cache firebase emulators - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/firebase/emulators key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edf6ec9..4ee222b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: cache-dependency-path: '**/package-lock.json' registry-url: 'https://registry.npmjs.org' - name: Cache firebase emulators - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/firebase/emulators key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}