From 20abd4f083f8b4dfcb4a4474eccde06abccb7b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:04:49 +0000 Subject: [PATCH] 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/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e917ea1..07ef4b9 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -106,7 +106,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.3 - name: Import Certificates (macOS) - uses: apple-actions/import-codesign-certs@v2 # only exists as a tag right now + uses: apple-actions/import-codesign-certs@v3 # only exists as a tag right now if: ${{ matrix.name == 'macOS' }} with: p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}