From d97470322535577eaab87f632b610c577731f5e1 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 25 May 2024 17:28:42 +0800 Subject: [PATCH] iOS Build: Bump action versions --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 883ae93..5cb68e7 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -32,7 +32,7 @@ jobs: with: channel: stable - name: Import keychain - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.P12_FILE_BASE64 }} p12-password: ${{ secrets.P12_PASSWORD }}