From f1fbe5716c787c4d52e769e269e3785b33f84195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 13:40:28 +0300 Subject: [PATCH] build(deps): Bump apple-actions/import-codesign-certs from 2 to 3 (#339) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/new_tag_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_tag_release.yaml b/.github/workflows/new_tag_release.yaml index 2a1e0db..b824650 100644 --- a/.github/workflows/new_tag_release.yaml +++ b/.github/workflows/new_tag_release.yaml @@ -26,7 +26,7 @@ jobs: run: | echo ${{ secrets.CERT_B64 }} | base64 -d | zcat > desktopApp/macos-dev.cer - name: "Import signing certificate" - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-filepath: desktopApp/macos-dev.cer p12-password: ${{ secrets.CERT_PASSWD }}