From 34269b0f0b75ab949a066076f51916f869b5f3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 11:44:30 +0200 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 1 to 2 (#278) Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 1 to 2. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v1...v2) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93230bb9..bbf97db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: with: architecture: x64 python-version: ${{ matrix.python-version }} - - uses: apple-actions/import-codesign-certs@v1 + - uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.DEVELOPER_CERT_BASE64 }} p12-password: ${{ secrets.DEVELOPER_CERT_PW }}