From 46c473199b6bb3ea380be189217280d3e3da72a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:49:58 +0000 Subject: [PATCH] chore(deps): 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/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 eef14ba0..ae71022c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -35,7 +35,7 @@ jobs: - if: ${{ matrix.os == 'macos-latest' }} name: Import Certs - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 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 e0536511..f803fd8d 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@v2 + uses: apple-actions/import-codesign-certs@v3 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 4928cb0d..091d6c07 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@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.CSC_LINK }} p12-password: ${{ secrets.CSC_KEY_PASSWORD }}