Skip to content

Commit a53c30f

Browse files
chore(deps): update apple-actions/import-codesign-certs action to v6
1 parent daff01f commit a53c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
4747

4848
- name: import certs
49-
uses: apple-actions/import-codesign-certs@v5
49+
uses: apple-actions/import-codesign-certs@v6
5050
with:
5151
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
5252
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

0 commit comments

Comments
 (0)