From 1ded50ec29a51f2f3d4b1c686c514649a8e6623a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:18:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Bump=20apple-actions/im?= =?UTF-8?q?port-codesign-certs=20from=203=20to=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 3 to 6. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v3...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/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 653eda829..ade58fe92 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -94,7 +94,7 @@ jobs: - name: Import Code Signing Certificate if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v6 with: p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }} p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}