File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5555 id : pods-cache
5656 with :
5757 path : tests/ios/Pods
58- key : pods-v3-${{ runner.os }}-${{ hashFiles('tests/ios/Podfile.lock') }}
59- restore-keys : pods-v3-${{ runner.os }}
58+ key : pods-v3-${{ runner.os }}-xcode16_4-${{ hashFiles('tests/ios/Podfile.lock') }}
59+ restore-keys : |
60+ pods-v3-${{ runner.os }}-xcode16_4-
61+ pods-v3-${{ runner.os }}
6062 - name : Firebase Emulator Cache
6163 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
6264 with :
Original file line number Diff line number Diff line change 5353 id : pods-cache
5454 with :
5555 path : tests/macos/Pods
56- key : pods-v3-${{ runner.os }}-${{ hashFiles('tests/macos/Podfile.lock') }}
57- restore-keys : pods-v3-${{ runner.os }}
56+ key : pods-v3-${{ runner.os }}-xcode16_4-${{ hashFiles('tests/macos/Podfile.lock') }}
57+ restore-keys : |
58+ pods-v3-${{ runner.os }}-xcode16_4-
59+ pods-v3-${{ runner.os }}
5860 - name : Cache Firebase Emulator
5961 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
6062 with :
You can’t perform that action at this time.
0 commit comments