From de23e6f9f5398289abe34e2d899eb012fd0d7c0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:45:46 -0400 Subject: [PATCH] Update apple-actions/import-codesign-certs action to v3 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/Build.yml | 2 +- .github/workflows/Preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 702989af..57321ecb 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -74,7 +74,7 @@ jobs: run: ${{ matrix.setupCl }} - name: Setup MacOS Keychain - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }} with: p12-file-base64: ${{ secrets.APPLE_CERT }} diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 94058ccc..1580e748 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -74,7 +74,7 @@ jobs: run: ${{ matrix.setupCl }} - name: Setup MacOS Keychain - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }} with: p12-file-base64: ${{ secrets.APPLE_CERT }}