From f0517c6bd1cbd722a75570964d83ddd09e710be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:24:28 +0000 Subject: [PATCH] build(deps): bump Apple-Actions/import-codesign-certs from 1 to 3 Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 1 to 3. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v1...v3) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6c9e7d67..44c94fb3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -107,7 +107,7 @@ jobs: # Mac .pkg build + sign - name: Import Apple installer signing certificate if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET - uses: Apple-Actions/import-codesign-certs@v1 + uses: Apple-Actions/import-codesign-certs@v3 with: keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }} p12-file-base64: ${{ secrets.APPLE_DEV_ID_INSTALLER }} @@ -115,7 +115,7 @@ jobs: - name: Import Apple Application signing certificate if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET - uses: Apple-Actions/import-codesign-certs@v1 + uses: Apple-Actions/import-codesign-certs@v3 with: create-keychain: false # Created when importing the first cert keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}