From ec8e42338096e4aef765b4eca751a34efe2c6989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:58:46 +0000 Subject: [PATCH] Bump Apple-Actions/import-codesign-certs from 1.0.4 to 2 Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 1.0.4 to 2. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v1.0.4...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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46a088a..e4c5afc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: if: | matrix.os == 'macos-latest' && (contains(github.ref, 'tags/v') || github.ref == 'refs/heads/main' || contains(github.ref, 'refs/heads/release')) - uses: Apple-Actions/import-codesign-certs@v1.0.4 + uses: Apple-Actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.MACOS_CERT }} p12-password: ${{ secrets.MACOS_PASS }}