From aa54a72da1b11321d0d3f8f0c1b9155b6232f9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:18:51 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.0 to 4.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [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/1bd1e32a3bdc45362d1e726936510720a7c30a57...d4323d4df104b026a6aa633fdb11d772146be0bf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yaml | 4 ++-- .github/workflows/e2e_tests_fdc.yaml | 10 +++++----- .github/workflows/ios.yaml | 4 ++-- .github/workflows/macos.yaml | 4 ++-- .github/workflows/web.yaml | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 67712ac87d7f..2075ae2b04b1 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -44,7 +44,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Firebase Emulator Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }} @@ -74,7 +74,7 @@ jobs: - name: Gradle cache uses: gradle/actions/setup-gradle@v4 - name: AVD cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf id: avd-cache with: path: | diff --git a/.github/workflows/e2e_tests_fdc.yaml b/.github/workflows/e2e_tests_fdc.yaml index 75585f917cb0..a2385c137d94 100644 --- a/.github/workflows/e2e_tests_fdc.yaml +++ b/.github/workflows/e2e_tests_fdc.yaml @@ -38,7 +38,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Firebase Emulator Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-fdc-${{ runner.os }} @@ -72,7 +72,7 @@ jobs: - name: Gradle cache uses: gradle/actions/setup-gradle@v4 - name: AVD cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf id: avd-cache with: path: | @@ -111,7 +111,7 @@ jobs: with: key: xcode-cache-${{ runner.os }} max-size: 700M - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf name: Pods Cache id: pods-cache with: @@ -119,7 +119,7 @@ jobs: key: ${{ runner.os }}-fdc-pods-v3-${{ hashFiles('tests/ios/Podfile.lock') }} restore-keys: ${{ runner.os }}-ios-pods-v2 - name: Firebase Emulator Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-fdc-${{ runner.os }} @@ -199,7 +199,7 @@ jobs: - name: 'Install Tools' run: sudo npm i -g firebase-tools - name: Cache Firebase Emulator - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-fdc-${{ runner.os }} diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index ab412afcc3c8..f8dcd1e6b0f6 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -48,7 +48,7 @@ jobs: with: key: xcode-cache-${{ runner.os }} max-size: 700M - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf name: Pods Cache id: pods-cache with: @@ -56,7 +56,7 @@ jobs: key: pods-v3-${{ runner.os }}-${{ hashFiles('tests/ios/Podfile.lock') }} restore-keys: pods-v3-${{ runner.os }} - name: Firebase Emulator Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 80c25cc69865..f1a8b67d3c6f 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -48,7 +48,7 @@ jobs: with: key: xcode-cache-${{ runner.os }} max-size: 700M - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf name: Pods Cache id: pods-cache with: @@ -56,7 +56,7 @@ jobs: key: pods-v3-${{ runner.os }}-${{ hashFiles('tests/macos/Podfile.lock') }} restore-keys: pods-v3-${{ runner.os }} - name: Cache Firebase Emulator - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }} diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index 3866161422f6..dc2bc480c6d4 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -58,7 +58,7 @@ jobs: - name: 'Install Tools' run: sudo npm i -g firebase-tools - name: Cache Firebase Emulator - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }} @@ -110,7 +110,7 @@ jobs: - name: 'Install Tools' run: sudo npm i -g firebase-tools - name: Cache Firebase Emulator - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }} @@ -167,7 +167,7 @@ jobs: - name: 'Install Tools' run: sudo npm i -g firebase-tools - name: Cache Firebase Emulator - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: ~/.cache/firebase/emulators key: firebase-emulators-v3-${{ runner.os }}