mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
chore(iOS): bump socket rocket to 0.7.1 (#46300)
Summary: This PR bumps Socket Rocket to 0.7.1, this release brings some new improvements and visionOS support. I've also moved the version to a constant. ## Changelog: [INTERNAL] [CHANGED] - Bump SocketRocket to 0.7.1 Pull Request resolved: https://github.com/facebook/react-native/pull/46300 Test Plan: CI Green Reviewed By: cortinico, cipolleschi Differential Revision: D62294833 Pulled By: blakef fbshipit-source-id: 0e45c7de041710fb1f500b0ac23898b68a8a8936
This commit is contained in:
committed by
Facebook GitHub Bot
parent
77b3a8bdd6
commit
9cc6f007ba
@@ -20,9 +20,9 @@ runs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: packages/rn-tester/Podfile.lock
|
||||
key: v10-podfilelock-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ hashfiles('/tmp/week_year') }}-${{ inputs.hermes-version}}
|
||||
key: v11-podfilelock-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ hashfiles('/tmp/week_year') }}-${{ inputs.hermes-version }}
|
||||
- name: Cache cocoapods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: packages/rn-tester/Pods
|
||||
key: v12-cocoapods-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}
|
||||
key: v13-cocoapods-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}
|
||||
|
||||
Reference in New Issue
Block a user