From f5368d8108d7e5b82dc3bcf2394242ed58d3c72c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 21 Mar 2025 20:35:36 +0100 Subject: [PATCH] Revert "Bump apple-actions/import-codesign-certs from 3 to 4" This reverts commit e2dc22c2c8e0e7ab67e965fa2f85678286aa47e3. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 650c035b3..856f46f91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -818,7 +818,7 @@ jobs: - name: Import certificate file if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false - uses: apple-actions/import-codesign-certs@v4 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE }} p12-password: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }}