File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
yarn pods
30
30
31
31
- name : Cache CocoaPods repositories folder
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.cocoapods
35
35
key : ${{ runner.os }}-pods-repos-${{ hashFiles('ios/Podfile.lock') }}
36
36
restore-keys : |
37
37
${{ runner.os }}-pods-repos-
38
38
39
39
- name : Cache CocoaPods caches folder
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ~/Library/Caches/CocoaPods
43
43
key : ${{ runner.os }}-pods-caches-${{ hashFiles('ios/Podfile.lock') }}
Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ jobs:
74
74
echo "LITTEN_UPLOAD_KEY_PASSWORD=${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}" >> ${{ env.KEYSTORE_PROPERTIES_PATH }}
75
75
76
76
- name : Cache Gradle Wrapper
77
- uses : actions/cache@v3
77
+ uses : actions/cache@v4
78
78
with :
79
79
path : ~/.gradle/wrapper
80
80
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('android/gradle/wrapper/gradle-wrapper.properties') }}
81
81
82
82
- name : Cache Gradle Dependencies
83
- uses : actions/cache@v3
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : ~/.gradle/caches
86
86
key : ${{ runner.os }}-gradle-caches-${{ hashFiles('android/gradle/wrapper/gradle-wrapper.properties') }}
Original file line number Diff line number Diff line change 42
42
# - name: Execute the firebase model tests
43
43
# run: yarn test:firestore:integration
44
44
- name : Cache firebase emulators
45
- uses : actions/cache@v3
45
+ uses : actions/cache@v4
46
46
with :
47
47
path : ${{ env.FIREBASE_EMULATORS_PATH }}
48
48
key : ${{ runner.os }}-firebase-emulators-${{ hashFiles('emulator-cache/*.{jar,zip}') }}
You can’t perform that action at this time.
0 commit comments