Skip to content

Commit

Permalink
docs: Updates readme to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Nov 19, 2024
1 parent ad7d412 commit e1e16ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Ubuntu%20%7C%20Windows-lightgray" alt="Supports macOS, Ubuntu & Windows" />
</a>
<a href="https://swift.org">
<img src="https://img.shields.io/badge/Swift-6.0.0-F05138?logo=swift&logoColor=white" alt="Swift 6.0.0" />
<img src="https://img.shields.io/badge/Swift-6.0.2-F05138?logo=swift&logoColor=white" alt="Swift 6.0.2" />
</a>
<a href="https://github.com/swift-actions/setup-swift/releases/latest">
<img src="https://img.shields.io/github/v/release/swift-actions/setup-swift?sort=semver" alt="Latest release" />
Expand All @@ -28,7 +28,7 @@ After the environment is configured you can run swift commands using the standar
```yaml
- uses: swift-actions/setup-swift@v2
- name: Get swift version
run: swift --version # Swift 6.0
run: swift --version # Swift 6.0.2
```

A specific Swift version can be set using the `swift-version` input:
Expand Down

0 comments on commit e1e16ea

Please sign in to comment.