From cf33905541b87509a8abd9681cf67de99bd07eb7 Mon Sep 17 00:00:00 2001 From: Jaehong Kang Date: Sat, 28 May 2022 19:17:53 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a66190..ecf3db42 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ steps: - uses: actions/checkout@master - uses: sinoru/actions-setup-xcode@v2 with: - xcode-version: '11.2.1' # Exact version of a Xcode version to use + xcode-version: '13.4' # Exact version of a Xcode version to use apple-id: 'bot@sinoru.io' # Apple ID to download from Apple Developer when Xcode not available in local apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }} - run: fastlane scan