Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c594f5b

Browse files
chore(deps): update apple-actions/import-codesign-certs action to v5
1 parent 9ef6f3e commit c594f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-electron/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
# Certificate setup
2222
- name: Import Apple certificates
2323
if: inputs.os == 'macos'
24-
uses: apple-actions/import-codesign-certs@v3
24+
uses: apple-actions/import-codesign-certs@v5
2525
with:
2626
p12-file-base64: ${{ env.APPLE_APP_CERTIFICATE_BASE64 }}
2727
p12-password: ${{ env.APPLE_APP_CERTIFICATE_PASSWORD }}
@@ -30,7 +30,7 @@ runs:
3030

3131
- name: Install Installer certificate
3232
if: inputs.os == 'macos'
33-
uses: apple-actions/import-codesign-certs@v3
33+
uses: apple-actions/import-codesign-certs@v5
3434
with:
3535
p12-file-base64: ${{ env.APPLE_INSTALLER_CERTIFICATE_BASE64 }}
3636
p12-password: ${{ env.APPLE_INSTALLER_CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)