Skip to content

Commit a431194

Browse files
authored
Update documentation.yml with more recent dependencies
1 parent 2c78097 commit a431194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616
- name: Setup Swift version
17-
uses: swift-actions/setup-swift@v1
17+
uses: swift-actions/setup-swift@v2.0.0
1818
with:
19-
swift-version: "5.7"
19+
swift-version: "5.10"
2020
- name: Generate documentation
21-
uses: fwcd/swift-docc-action@v1
21+
uses: fwcd/swift-docc-action@v1.0.2
2222
with:
2323
target: Boutique
2424
output: ./docs

0 commit comments

Comments
 (0)