Skip to content

Commit 8957205

Browse files
committed
Bump docs workflow to Swift 6 too
1 parent 8cacca4 commit 8957205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Set up Pages
2727
uses: actions/configure-pages@v5
2828
- name: Set up Swift
29-
# https://github.com/swift-actions/setup-swift/pull/680
30-
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
29+
# https://github.com/swift-actions/setup-swift/pull/684
30+
uses: swift-actions/setup-swift@736b146b8f26e7a66cbe3a89bc8d413ac0ea536e
3131
with:
32-
swift-version: '5.10'
32+
swift-version: '6.0'
3333
- name: Generate Docs
3434
uses: fwcd/swift-docc-action@v1
3535
with:

0 commit comments

Comments
 (0)