Skip to content

Commit 0cfe1c4

Browse files
committed
[RN][CI] Bump setup keychain actions
1 parent 296f580 commit 0cfe1c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prebuild-ios-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/prebuild-ios-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)