From a669ab0e5b3fea826a3c0a50f44b48464564e960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 06:14:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bd06bb..589ecc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: uses: ./.github/actions/setup - name: Cache turborepo for Android - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: ${{ env.TURBO_CACHE_DIR }} key: ${{ runner.os }}-turborepo-android-${{ hashFiles('package-lock.json') }} @@ -102,7 +102,7 @@ jobs: - name: Cache Gradle if: env.turbo_cache_hit != 1 - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: | ~/.gradle/wrapper @@ -135,7 +135,7 @@ jobs: # uses: ./.github/actions/setup # - name: Cache turborepo for iOS - # uses: actions/cache@v5.0.3 + # uses: actions/cache@v5.0.4 # with: # path: ${{ env.TURBO_CACHE_DIR }} # key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}