Skip to content

Commit f94c7bc

Browse files
authored
Update actions/cache action to v4.2.3 (#122)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 359d5bc commit f94c7bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
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

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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') }}
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)