We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ffc895 + af3604a commit 9a49b11Copy full SHA for 9a49b11
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
run: yarn nitrogen
75
76
- name: Cache turborepo for Android
77
- uses: actions/cache@v4
+ uses: actions/cache@v5
78
with:
79
path: ${{ env.TURBO_CACHE_DIR }}
80
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Cache Gradle
105
if: env.turbo_cache_hit != 1
106
107
108
path: |
109
~/.gradle/wrapper
@@ -138,7 +138,7 @@ jobs:
138
139
140
- name: Cache turborepo for iOS
141
142
143
144
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
0 commit comments