Skip to content

Commit 146d809

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Bump cache keys for Xcode which was restoring an old Pods folder (#50134)
Summary: Bump the xcode keys to make sure that we use the newly created artifacts ## Changelog: [Internal] - bump keys to use the right artifacts Pull Request resolved: #50134 Test Plan: GHA - Verified that CI passes the critical point in https://github.com/facebook/react-native/actions/runs/13948665701/job/39044363180?pr=50134 Reviewed By: NickGerleman Differential Revision: D71473229 Pulled By: cipolleschi fbshipit-source-id: 09b097a6b0c576705585a5584481a2abe63ab034
1 parent 886319b commit 146d809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-xcode-build-cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ runs:
3030
uses: actions/cache@v4
3131
with:
3232
path: packages/rn-tester/Podfile.lock
33-
key: v12-podfilelock-${{ github.job }}-${{ inputs.architecture }}-${{ inputs.jsengine }}-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-${{ inputs.ruby-version }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version }}
33+
key: v13-podfilelock-${{ github.job }}-${{ inputs.architecture }}-${{ inputs.jsengine }}-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-${{ inputs.ruby-version }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version }}
3434
- name: Cache cocoapods
3535
uses: actions/cache@v4
3636
with:
3737
path: packages/rn-tester/Pods
38-
key: v14-cocoapods-${{ github.job }}-${{ inputs.architecture }}-${{ inputs.jsengine }}-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-${{ inputs.ruby-version }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}
38+
key: v15-cocoapods-${{ github.job }}-${{ inputs.architecture }}-${{ inputs.jsengine }}-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-${{ inputs.ruby-version }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}

0 commit comments

Comments
 (0)