From d7444c6406a513b310fb82e6a1f7318207f6ec5b Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Tue, 25 Jun 2024 04:12:32 -0400 Subject: [PATCH] Polish GHA using (#1576) --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0acd572..aa4f211 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,12 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: xcodebuild - uses: sersoft-gmbh/xcodebuild-action@v1 + uses: sersoft-gmbh/xcodebuild-action@v3 with: project: MonitorControl.xcodeproj scheme: MonitorControl @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: SwiftLint uses: norio-nomura/action-swiftlint@3.2.1