From 4bfcb9f87c8c5435cef4517d5969591f5ca0be0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:38:07 -0400 Subject: [PATCH] Update apple-actions/import-codesign-certs action to v5 (#170) 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 ddc88592..2e7be067 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@v3 + uses: apple-actions/import-codesign-certs@v5 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 cd9a2504..f3794d06 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@v3 + uses: apple-actions/import-codesign-certs@v5 if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }} with: p12-file-base64: ${{ secrets.APPLE_CERT }}