From 547cd22ff0f50edff7aecf5a8546a8fe7bdabff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:02:28 +0000 Subject: [PATCH] Update apple-actions/import-codesign-certs action to v3 --- .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 3acc2c6b81..42dcc526d6 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 94e8bf2aea..20a03925e7 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 }}