Skip to content

Commit 523ccb8

Browse files
Bump actions/cache from 4.2.3 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dde2e8d commit 523ccb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: ./.github/actions/setup
5959

6060
- name: Cache turborepo for Android
61-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
61+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6262
with:
6363
path: ${{ env.TURBO_CACHE_DIR }}
6464
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('bun.lock') }}
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Cache Gradle
9090
if: env.turbo_cache_hit != 1
91-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
91+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9292
with:
9393
path: |
9494
~/.gradle/wrapper
@@ -120,7 +120,7 @@ jobs:
120120
uses: ./.github/actions/setup
121121

122122
- name: Cache turborepo for iOS
123-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
124124
with:
125125
path: ${{ env.TURBO_CACHE_DIR }}
126126
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('bun.lock') }}

0 commit comments

Comments
 (0)