From 00aa6b81e32aff1eec3adf85445624fa0f8742bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:36:13 +0000 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 2 to 6 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 2 to 6. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v2...v6) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index a6a25c2..8594da9 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -62,7 +62,7 @@ jobs: run: sudo gem install fastlane - name: Import signing certificate - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v6 with: p12-file-base64: ${{ secrets.IOS_DIST_CERT_BASE64 }} p12-password: ${{ secrets.IOS_DIST_CERT_PASSWORD }}