Skip to content

Commit

Permalink
Update documentation.yml with more recent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort authored Dec 31, 2024
1 parent 2c78097 commit a431194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Swift version
uses: swift-actions/setup-swift@v1
uses: swift-actions/setup-swift@v2.0.0
with:
swift-version: "5.7"
swift-version: "5.10"
- name: Generate documentation
uses: fwcd/swift-docc-action@v1
uses: fwcd/swift-docc-action@v1.0.2
with:
target: Boutique
output: ./docs
Expand Down

0 comments on commit a431194

Please sign in to comment.