File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ jobs:
153153 steps :
154154 - uses : actions/checkout@v6
155155 - id : check-swift-minus-2
156- uses : vapor/ci/.github/actions/check-compatible-swift@main
156+ uses : vapor/ci/.github/actions/check-compatible-swift@gwynne-patch-1
157157 with : { package_root: "${{ inputs.package_root }}", assume_installed_version: "6.1.3" }
158158 - id : check-swift-minus-1
159- uses : vapor/ci/.github/actions/check-compatible-swift@main
159+ uses : vapor/ci/.github/actions/check-compatible-swift@gwynne-patch-1
160160 with : { package_root: "${{ inputs.package_root }}", assume_installed_version: "6.2.4" }
161161 - id : check-swift-current
162- uses : vapor/ci/.github/actions/check-compatible-swift@main
162+ uses : vapor/ci/.github/actions/check-compatible-swift@gwynne-patch-1
163163 with : { package_root: "${{ inputs.package_root }}", assume_installed_version: "6.3.0" }
164164 - id : gen-matrix
165165 shell : bash
@@ -412,7 +412,7 @@ jobs:
412412 uses : actions/checkout@v6
413413 - name : Check Swift compatibility
414414 id : swift-check
415- uses : vapor/ci/.github/actions/check-compatible-swift@main
415+ uses : vapor/ci/.github/actions/check-compatible-swift@gwynne-patch-1
416416 with : { package_root: "${{ inputs.package_root }}", assume_installed_version: "${{ matrix.swift-version }}" }
417417 - name : Run unit tests
418418 if : steps.swift-check.outputs.swift-compatible == 'true'
You can’t perform that action at this time.
0 commit comments