From 0f1fc0f11d3f64c20a3c4e4e2cf3c71934acb7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:05:53 +0000 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 3 to 5 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 3 to 5. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v3...v5) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index 7681b26d..620a1e7b 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -34,7 +34,7 @@ jobs: RUNTIME_ID: "osx-${{ inputs.architecture }}" WAIT_FOR_NOTARIZE: ${{ vars.WAIT_FOR_NOTARIZE == 'true' }} steps: - - uses: apple-actions/import-codesign-certs@v3 + - uses: apple-actions/import-codesign-certs@v5 if: ${{ inputs.sign-app }} with: p12-file-base64: ${{ secrets.DISTRIBUTION_SIGNING_CERT }}