Skip to content

Commit 0ccc8cb

Browse files
chore(deps): bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fe66c8 commit 0ccc8cb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci-graphite.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
df -h
4747
4848
- name: Cache turborepo for Android
49-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
49+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5050
with:
5151
path: ${{ env.TURBO_CACHE_DIR }}
5252
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -77,7 +77,7 @@ jobs:
7777
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/example/android/local.properties
7878
7979
- name: Cache Gradle
80-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
80+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8181
with:
8282
path: |
8383
~/.gradle/wrapper
@@ -93,7 +93,7 @@ jobs:
9393
yarn turbo run build:android --concurrency 1
9494
9595
- name: Cache apk
96-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
96+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9797
env:
9898
cache-name: cache-apk
9999
with:
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Restore APK
144144
id: cache-apk
145-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7
145+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
146146
with:
147147
path: apps/example/android/app/build/outputs/apk/debug/app-debug.apk
148148
key: apk-graphite-${{ github.sha }}
@@ -200,7 +200,7 @@ jobs:
200200
graphite: true
201201

202202
- name: Cache turborepo for iOS
203-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
203+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
204204
with:
205205
path: ${{ env.TURBO_CACHE_DIR }}
206206
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
df -h
162162
163163
- name: Cache turborepo for Android
164-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
164+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
165165
with:
166166
path: ${{ env.TURBO_CACHE_DIR }}
167167
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -192,7 +192,7 @@ jobs:
192192
echo "sdk.dir=$ANDROID_HOME" > $GITHUB_WORKSPACE/apps/example/android/local.properties
193193
194194
- name: Cache Gradle
195-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
195+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
196196
with:
197197
path: |
198198
~/.gradle/wrapper
@@ -208,7 +208,7 @@ jobs:
208208
yarn turbo run build:android --concurrency 1
209209
210210
- name: Cache apk
211-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
211+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
212212
env:
213213
cache-name: cache-apk
214214
with:
@@ -256,7 +256,7 @@ jobs:
256256
257257
- name: Restore APK
258258
id: cache-apk
259-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7
259+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
260260
with:
261261
path: apps/example/android/app/build/outputs/apk/debug/app-debug.apk
262262
key: apk-${{ github.sha }}
@@ -313,7 +313,7 @@ jobs:
313313
github_token: ${{ secrets.GITHUB_TOKEN }}
314314

315315
- name: Cache turborepo for iOS
316-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
316+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
317317
with:
318318
path: ${{ env.TURBO_CACHE_DIR }}
319319
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
@@ -360,7 +360,7 @@ jobs:
360360
github_token: ${{ secrets.GITHUB_TOKEN }}
361361

362362
- name: Cache turborepo for macOS
363-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
363+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
364364
with:
365365
path: ${{ env.TURBO_CACHE_DIR }}
366366
key: ${{ runner.os }}-turborepo-macos-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)