We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce42308 commit 621ebebCopy full SHA for 621ebeb
.github/workflows/build-android.yml
@@ -49,7 +49,7 @@ jobs:
49
run: yarn install --frozen-lockfile --cwd example
50
51
- name: Restore Gradle cache
52
- uses: actions/cache@v2
+ uses: actions/cache@v4
53
with:
54
path: |
55
~/.gradle/caches
.github/workflows/build-ios.yml
@@ -56,7 +56,7 @@ jobs:
56
working-directory: example
57
58
- name: Restore Pods cache
59
60
61
62
example/ios/Pods
0 commit comments