From 173ed81dbe8ca4cca450ff4853950f198e682e18 Mon Sep 17 00:00:00 2001 From: Owen Rudge Date: Wed, 26 Apr 2023 14:21:29 +0100 Subject: [PATCH] Change: [Actions] Upgrade import-codesign-certs dependency in macOS build workflow --- .github/workflows/release-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index b7a3201566..2d93bb5023 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -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 }}