Skip to content

Commit 0cbd379

Browse files
authored
Merge pull request #21 from dcnieho/dependabot/github_actions/apple-actions/import-codesign-certs-4
build(deps): bump apple-actions/import-codesign-certs from 3 to 4
2 parents 9834648 + 70b9c7e commit 0cbd379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# base64 CERTIFICATE.p12 | pbcopy -> secrets.CODESIGN_P12_BASE64
7373
- name: "Import macOS codesign certificate"
7474
if: runner.os == 'macOS'
75-
uses: "apple-actions/import-codesign-certs@v3"
75+
uses: "apple-actions/import-codesign-certs@v4"
7676
with:
7777
p12-file-base64: "${{ secrets.CODESIGN_P12_BASE64 }}"
7878
p12-password: "${{ secrets.CODESIGN_P12_PASSWORD }}"

0 commit comments

Comments
 (0)