diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151d1a2..544cf3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: matrix: package: [InterlinedKit, InterlinedDomain, InterlinedPersistence] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # macos-15 images ship Xcode 16.x; select 16.2 explicitly so the Swift # version matches local dev. Fallback if 16.2 is ever dropped from the @@ -59,7 +59,7 @@ jobs: name: "xcodebuild: InterlinedList" runs-on: macos-15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Select Xcode ${{ env.XCODE_VERSION }} uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/contract-tests.yml b/.github/workflows/contract-tests.yml index 1ab3b78..451eae2 100644 --- a/.github/workflows/contract-tests.yml +++ b/.github/workflows/contract-tests.yml @@ -36,7 +36,7 @@ jobs: # rather than fails, but we still want a clean signal in the UI. timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Select Xcode ${{ env.XCODE_VERSION }} uses: maxim-lobanov/setup-xcode@v1