File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 merge-multiple : true
166166 - name : Setup Keychain
167167 if : ${{ steps.restore-ios-xcframework.outputs.cache-hit != 'true' && env.REACT_ORG_CODE_SIGNING_P12_CERT != '' }}
168- uses : apple-actions/import-codesign-certs@v3 # https://github.com/marketplace/actions/import-code-signing-certificates
168+ uses : apple-actions/import-codesign-certs@v6 # https://github.com/marketplace/actions/import-code-signing-certificates
169169 with :
170170 p12-file-base64 : ${{ secrets.REACT_ORG_CODE_SIGNING_P12_CERT }}
171171 p12-password : ${{ secrets.REACT_ORG_CODE_SIGNING_P12_CERT_PWD }}
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 merge-multiple : true
153153 - name : Setup Keychain
154154 if : ${{ steps.restore-xcframework.outputs.cache-hit != 'true' && env.REACT_ORG_CODE_SIGNING_P12_CERT != '' }}
155- uses : apple-actions/import-codesign-certs@v3 # https://github.com/marketplace/actions/import-code-signing-certificates
155+ uses : apple-actions/import-codesign-certs@v6 # https://github.com/marketplace/actions/import-code-signing-certificates
156156 with :
157157 p12-file-base64 : ${{ secrets.REACT_ORG_CODE_SIGNING_P12_CERT }}
158158 p12-password : ${{ secrets.REACT_ORG_CODE_SIGNING_P12_CERT_PWD }}
You can’t perform that action at this time.
0 commit comments