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

Commit 38f33d8

Browse files
chore(deps): update apple-actions/import-codesign-certs action to v5
1 parent bb1143e commit 38f33d8

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
@@ -18,7 +18,7 @@ runs:
1818
# Certificate setup
1919
- name: Import Apple certificates
2020
if: inputs.os == 'macos'
21-
uses: apple-actions/import-codesign-certs@v3
21+
uses: apple-actions/import-codesign-certs@v5
2222
with:
2323
p12-file-base64: ${{ env.APPLE_APP_CERTIFICATE_BASE64 }}
2424
p12-password: ${{ env.APPLE_APP_CERTIFICATE_PASSWORD }}
@@ -27,7 +27,7 @@ runs:
2727

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

0 commit comments

Comments
 (0)