diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fb04adf..4fe6f5c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Executable run: swift build -c release --arch arm64 --arch x86_64 - name: Copy Executable @@ -19,13 +19,13 @@ jobs: runs-on: macos-12 steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Swift Format run: swiftformat --lint Package.swift Sources lint: runs-on: macos-12 steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Swift Lint run: swiftlint Package.swift Sources