We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78653e9 commit a9b7437Copy full SHA for a9b7437
1 file changed
.github/actions/install-cocoapods/action.yml
@@ -23,8 +23,9 @@ runs:
23
with:
24
path: |
25
**/ios/Pods
26
- key: ${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-${{ hashFiles('sample/ios/Podfile.lock', 'sample/Gemfile.lock') }}
+ key: ${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-${{ hashFiles('sample/ios/Podfile.lock', 'sample/Gemfile.lock', 'package.json', 'sample/package.json', 'modules/@shopify/checkout-sheet-kit/package.json', 'yarn.lock') }}
27
restore-keys: |
28
+ ${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-${{ hashFiles('sample/ios/Podfile.lock', 'sample/package.json', 'yarn.lock') }}
29
${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-${{ hashFiles('sample/ios/Podfile.lock') }}
30
${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-
31
${{ runner.os }}-cocoapods-
0 commit comments