From a99ed42bb6b2de68aebf643c7113a9a07934bfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:24:04 +0000 Subject: [PATCH] Bump Apple-Actions/import-codesign-certs from 4.0.1 to 5.0.0 Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/2dbeb2d7c37642111f938c56ef0feb5d51dad55d...cfd6eb39a2c848ead8836bda6b56813585404ba7) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/platform-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-release.yaml b/.github/workflows/platform-release.yaml index 3b49ce38..26423368 100644 --- a/.github/workflows/platform-release.yaml +++ b/.github/workflows/platform-release.yaml @@ -53,7 +53,7 @@ jobs: - name: Import Apple Code Signing Certificates if: ${{ github.event_name != 'workflow_dispatch' || !inputs.skip_signing }} - uses: Apple-Actions/import-codesign-certs@2dbeb2d7c37642111f938c56ef0feb5d51dad55d # v4.0.1 + uses: Apple-Actions/import-codesign-certs@cfd6eb39a2c848ead8836bda6b56813585404ba7 # v5.0.0 with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_BASE64 }} p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}