File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212 - name : Cache dependencies
1313 id : yarn-cache
14- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
14+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1515 with :
1616 path : |
1717 **/node_modules
Original file line number Diff line number Diff line change 5959 uses : ./.github/actions/setup
6060
6161 - name : Cache turborepo for Android
62- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
62+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6363 with :
6464 path : ${{ env.TURBO_CACHE_DIR }}
6565 key : ${{ runner.os }}-turborepo-android-${{ hashFiles('**/yarn.lock') }}
8888
8989 - name : Cache Gradle
9090 if : env.turbo_cache_hit != 1
91- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
91+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9292 with :
9393 path : |
9494 ~/.gradle/wrapper
@@ -113,7 +113,7 @@ jobs:
113113 uses : ./.github/actions/setup
114114
115115 - name : Cache turborepo for iOS
116- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
116+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
117117 with :
118118 path : ${{ env.TURBO_CACHE_DIR }}
119119 key : ${{ runner.os }}-turborepo-ios-${{ hashFiles('**/yarn.lock') }}
@@ -131,7 +131,7 @@ jobs:
131131 - name : Cache cocoapods
132132 if : env.turbo_cache_hit != 1
133133 id : cocoapods-cache
134- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
134+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
135135 with :
136136 path : |
137137 **/ios/Pods
You can’t perform that action at this time.
0 commit comments