From 157b0c121351ec08c90573e70f66bf1df2e7d82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:02:59 +0000 Subject: [PATCH] chore(deps): bump apple-actions/import-codesign-certs from 3 to 5 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 3 to 5. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v3...v5) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 2 +- .github/workflows/prod-publish.yml | 2 +- .github/workflows/staging-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index dd2b80278..27c24f4d0 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -36,7 +36,7 @@ jobs: - if: ${{ matrix.os == 'macos-latest' }} name: Import Certs - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 with: p12-file-base64: ${{ secrets.CSC_LINK }} p12-password: ${{ secrets.CSC_KEY_PASSWORD }} diff --git a/.github/workflows/prod-publish.yml b/.github/workflows/prod-publish.yml index f78351487..9e45776a4 100644 --- a/.github/workflows/prod-publish.yml +++ b/.github/workflows/prod-publish.yml @@ -47,7 +47,7 @@ jobs: - if: ${{ matrix.os == 'macos-latest' }} name: Import Certs - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 with: p12-file-base64: ${{ secrets.CSC_LINK }} p12-password: ${{ secrets.CSC_KEY_PASSWORD }} diff --git a/.github/workflows/staging-publish.yml b/.github/workflows/staging-publish.yml index 836ba08d7..02dd218f8 100644 --- a/.github/workflows/staging-publish.yml +++ b/.github/workflows/staging-publish.yml @@ -48,7 +48,7 @@ jobs: - if: ${{ matrix.os == 'macos-latest' }} name: Import Certs - uses: apple-actions/import-codesign-certs@v3 + uses: apple-actions/import-codesign-certs@v5 with: p12-file-base64: ${{ secrets.CSC_LINK }} p12-password: ${{ secrets.CSC_KEY_PASSWORD }}