From 981a788e223a15a2058c1f8548010d506ab3893e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:03:46 +0000 Subject: [PATCH] chore(deps): bump apple-actions/import-codesign-certs from 1 to 2 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] --- .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 f978c0ca6a..adc5a80581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -222,7 +222,7 @@ jobs: - name: Install ARM target run: rustup update && rustup target add aarch64-apple-darwin - name: Import Certificate - uses: apple-actions/import-codesign-certs@v1 + uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }} p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}