From c893bbe52e29f6e1667620d91d479c895babb622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:06:28 +0000 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 5 to 6 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 5 to 6. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v5...v6) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '6' 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 21f0d8d2..b7df9a9a 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@v5 + - uses: apple-actions/import-codesign-certs@v6 if: ${{ inputs.sign-app }} with: p12-file-base64: ${{ secrets.DISTRIBUTION_SIGNING_CERT }}