Skip to content

Commit 1753199

Browse files
Update apple-actions/import-codesign-certs action to v3
Update apple-actions/import-codesign-certs from 2 to 3 Change-type: patch
1 parent ccf97cf commit 1753199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
# https://github.com/Apple-Actions/import-codesign-certs
6767
- name: Import Apple code signing certificate
6868
if: runner.os == 'macOS'
69-
uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2
69+
uses: apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3
7070
with:
7171
p12-file-base64: ${{ fromJSON(inputs.secrets).APPLE_SIGNING }}
7272
p12-password: ${{ fromJSON(inputs.secrets).APPLE_SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)