Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Dec 13, 2024
1 parent ea0b9fc commit 54f6058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install Swift
uses: tayloraswift/swift-install-action@master
with:
swift-prefix: "swift-6.0.2-release/ubuntu2404/swift-6.0.2-RELEASE"
swift-id: "swift-6.0.2-RELEASE-ubuntu24.04"
swift-prefix: "swift-6.0.3-release/ubuntu2404/swift-6.0.3-RELEASE"
swift-id: "swift-6.0.3-RELEASE-ubuntu24.04"

- name: Install Unidoc
uses: tayloraswift/swift-unidoc-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Install Swift
uses: tayloraswift/swift-install-action@master
with:
swift-prefix: "swift-6.0.2-release/ubuntu2404/swift-6.0.2-RELEASE"
swift-id: "swift-6.0.2-RELEASE-ubuntu24.04"
swift-prefix: "swift-6.0.3-release/ubuntu2404/swift-6.0.3-RELEASE"
swift-id: "swift-6.0.3-RELEASE-ubuntu24.04"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 54f6058

Please sign in to comment.