Skip to content

Commit 8ed59ac

Browse files
chore(deps): bump actions/cache from 4.3.0 to 5.0.1 (#3606)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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> Co-authored-by: William Candillon <[email protected]>
1 parent 5213527 commit 8ed59ac

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
96+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830
145+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
203+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
164+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
195+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
211+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830
259+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
316+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
363+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
364364
with:
365365
path: ${{ env.TURBO_CACHE_DIR }}
366366
key: ${{ runner.os }}-turborepo-macos-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)