Change: [Actions] Upgrade import-codesign-certs dependency in macOS build workflow

This commit is contained in:
Owen Rudge 2023-04-26 14:21:29 +01:00
parent 80bd5ad727
commit 173ed81dbe
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
echo "::endgroup::"
- name: Import code signing certificates
uses: Apple-Actions/import-codesign-certs@v1
uses: Apple-Actions/import-codesign-certs@v2
with:
# The certificates in a PKCS12 file encoded as a base64 string
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}