From c6160d1d64c6ce71c24ad6f8dc6f2dc5fa8f4e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:23:37 +0000 Subject: [PATCH] chore(deps): 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-ios-ipa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ios-ipa.yaml b/.github/workflows/build-ios-ipa.yaml index 6ae0d74..2a30bff 100644 --- a/.github/workflows/build-ios-ipa.yaml +++ b/.github/workflows/build-ios-ipa.yaml @@ -33,7 +33,7 @@ jobs: rsync -Rr . example/node_modules/@argyleio/argyle-plugin-react-native - name: Import Codesigning Certificate - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_P12 }} p12-password: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_PASS }}