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.
1 parent 98d496d commit 1c16deaCopy full SHA for 1c16dea
.github/workflows/unit-tests.yml
@@ -32,9 +32,9 @@ jobs:
32
- uses: actions/cache@v4
33
with:
34
path: example/ios/Pods
35
- key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
+ key: v2-${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
36
restore-keys: |
37
- ${{ runner.os }}-pods-
+ v2-${{ runner.os }}-pods-
38
39
- name: Setup Node.js environment
40
uses: actions/setup-node@v4
0 commit comments