From 0a99eca7cd2417fe4b5fd82d4eba854bef870c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:00:46 +0000 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 2 to 3 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 2 to 3. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v2...v3) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 48f6df88..375ad409 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -768,7 +768,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@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE }} p12-password: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }}