diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4198d8d..6cce070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,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@v4 + uses: actions/checkout@v6 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ @@ -93,7 +93,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release --target NetworkLayer @@ -120,7 +120,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Discover typos run: | export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"