diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009772f..0ef99fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - { platform: watchOS, name: "watchOS 10.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.4,name=Apple Watch Series 9 (45mm)" } steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ @@ -87,7 +87,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release