From abe67d86f53bab0e0b20d9193e770dd09657e45f Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:13:52 +0000 Subject: [PATCH] chore: bump up apple-actions/import-codesign-certs action to v5 (#11216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [apple-actions/import-codesign-certs](https://redirect.github.com/apple-actions/import-codesign-certs) | action | major | `v3` -> `v5` | --- ### Release Notes
apple-actions/import-codesign-certs (apple-actions/import-codesign-certs) ### [`v5`](https://redirect.github.com/apple-actions/import-codesign-certs/compare/v4...v5) [Compare Source](https://redirect.github.com/apple-actions/import-codesign-certs/compare/v4...v5) ### [`v4`](https://redirect.github.com/apple-actions/import-codesign-certs/compare/v3...v4) [Compare Source](https://redirect.github.com/apple-actions/import-codesign-certs/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). --- .github/workflows/release-desktop.yml | 2 +- .github/workflows/release-mobile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index a24654ccbd..1a7c22feaf 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -127,7 +127,7 @@ jobs: - name: Signing By Apple Developer ID if: ${{ matrix.spec.platform == 'darwin' }} - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 with: p12-file-base64: ${{ secrets.CERTIFICATES_P12 }} p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }} diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index 282fad865d..79f5634336 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -145,7 +145,7 @@ jobs: - name: Cap sync run: yarn workspace @affine/ios sync - name: Signing By Apple Developer ID - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 id: import-codesign-certs with: p12-file-base64: ${{ secrets.CERTIFICATES_P12_MOBILE }}