Skip to content

Commit edddbe2

Browse files
authored
Update run-unit-tests.yml
1 parent abe8428 commit edddbe2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)