Fix swift version in GitHub action
Some checks failed
Docs / docs (push) Has been cancelled
Docs / deploy (push) Has been cancelled

This commit is contained in:
T. R. Bernstein
2026-03-12 17:00:23 +01:00
parent a3652003f9
commit 1e4740f166

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: '6.1'
swift-version: '6.2.4'
- name: Inject DocC Plugin Dependency
run: |
if ! grep -q 'swift-docc-plugin' Package.swift; then