Skip to content

Commit 8bd18a1

Browse files
chore(deps): bump actions/cache from 3.4.3 to 4.2.3 (#3123)
Bumps [actions/cache](https://github.com/actions/cache) from 3.4.3 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2f8e542...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eec3a40 commit 8bd18a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
github_token: ${{ secrets.GITHUB_TOKEN }}
102102

103103
- name: Cache turborepo for Android
104-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
104+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
105105
with:
106106
path: ${{ env.TURBO_CACHE_DIR }}
107107
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -132,7 +132,7 @@ jobs:
132132
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/paper/android/local.properties
133133
134134
- name: Cache Gradle
135-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
135+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
136136
with:
137137
path: |
138138
~/.gradle/wrapper
@@ -163,7 +163,7 @@ jobs:
163163
github_token: ${{ secrets.GITHUB_TOKEN }}
164164

165165
- name: Cache turborepo for Android
166-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
166+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
167167
with:
168168
path: ${{ env.TURBO_CACHE_DIR }}
169169
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -195,7 +195,7 @@ jobs:
195195
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/fabric/android/local.properties
196196
197197
- name: Cache Gradle
198-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
198+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
199199
with:
200200
path: |
201201
~/.gradle/wrapper
@@ -211,7 +211,7 @@ jobs:
211211
yarn turbo run build:android --concurrency 1 --force
212212
213213
- name: Cache apk
214-
uses: actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
214+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
215215
env:
216216
cache-name: cache-apk
217217
with:
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Restore APK
241241
id: cache-apk
242-
uses: actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
242+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
243243
with:
244244
path: ${{ matrix.working-directory }}/android/app/build/outputs/apk/debug/app-debug.apk
245245
key: apk-${{ github.sha }}
@@ -316,7 +316,7 @@ jobs:
316316
github_token: ${{ secrets.GITHUB_TOKEN }}
317317

318318
- name: Cache turborepo for iOS
319-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
319+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
320320
with:
321321
path: ${{ env.TURBO_CACHE_DIR }}
322322
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)