From fa3655c416e63b3d608118b4cc91f8430210bcbf Mon Sep 17 00:00:00 2001 From: hoon Date: Mon, 22 Jan 2024 03:25:46 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-test-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index 4c5e032f..bea560f6 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -21,9 +21,9 @@ jobs: steps: #Select your required version - name: Select Xcode 15.0 - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.0' + uses: maxim-lobanov/setup-xcode + with: + xcode-version: '15.0' - name: Checkout repository uses: actions/checkout@v3