@@ -101,7 +101,7 @@ jobs:
101
101
github_token : ${{ secrets.GITHUB_TOKEN }}
102
102
103
103
- name : Cache turborepo for Android
104
- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
104
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
105
105
with :
106
106
path : ${{ env.TURBO_CACHE_DIR }}
107
107
key : ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -132,7 +132,7 @@ jobs:
132
132
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/paper/android/local.properties
133
133
134
134
- name : Cache Gradle
135
- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
135
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
136
136
with :
137
137
path : |
138
138
~/.gradle/wrapper
@@ -163,7 +163,7 @@ jobs:
163
163
github_token : ${{ secrets.GITHUB_TOKEN }}
164
164
165
165
- name : Cache turborepo for Android
166
- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
166
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
167
167
with :
168
168
path : ${{ env.TURBO_CACHE_DIR }}
169
169
key : ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -195,7 +195,7 @@ jobs:
195
195
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/fabric/android/local.properties
196
196
197
197
- name : Cache Gradle
198
- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
198
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
199
199
with :
200
200
path : |
201
201
~/.gradle/wrapper
@@ -211,7 +211,7 @@ jobs:
211
211
yarn turbo run build:android --concurrency 1 --force
212
212
213
213
- name : Cache apk
214
- uses : actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
214
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
215
215
env :
216
216
cache-name : cache-apk
217
217
with :
@@ -239,7 +239,7 @@ jobs:
239
239
240
240
- name : Restore APK
241
241
id : cache-apk
242
- uses : actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
242
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
243
243
with :
244
244
path : ${{ matrix.working-directory }}/android/app/build/outputs/apk/debug/app-debug.apk
245
245
key : apk-${{ github.sha }}
@@ -316,7 +316,7 @@ jobs:
316
316
github_token : ${{ secrets.GITHUB_TOKEN }}
317
317
318
318
- name : Cache turborepo for iOS
319
- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4 .3
319
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
320
320
with :
321
321
path : ${{ env.TURBO_CACHE_DIR }}
322
322
key : ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
0 commit comments