Skip to content

Commit f8b9821

Browse files
authored
Fix workflow issue with swift-version numbering
Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent d8abe43 commit f8b9821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: swift-actions/setup-swift@v2
1818
with:
19-
swift-version: "6.3"
19+
swift-version: "6.3.0"
2020
- name: Get swift version
2121
run: swift --version
2222

0 commit comments

Comments
 (0)