File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 <img src="https://img.shields.io/badge/platform-macOS%20%7C%20Ubuntu-lightgray" alt="Supports macOS and Ubuntu" />
88 </a >
99 <a href =" https://swift.org " >
10- <img src="https://img.shields.io/badge/Swift-5.2.2 -F05138?logo=swift&logoColor=white" alt="GitHub Action" />
10+ <img src="https://img.shields.io/badge/Swift-5.2.4 -F05138?logo=swift&logoColor=white" alt="GitHub Action" />
1111 </a >
1212 <a href =" https://github.com/fwal/setup-swift/releases/latest " >
1313 <img src="https://img.shields.io/github/v/release/fwal/setup-swift?sort=semver" alt="Latest release" />
@@ -28,7 +28,7 @@ After the environment is configured you can run swift commands using the standar
2828` ` ` yaml
2929- uses: fwal/setup-swift@v1
3030- name: Get swift version
31- run: swift --version # Swift 5.2.2
31+ run: swift --version # Swift 5.2.4
3232` ` `
3333
3434A specific Swift version can be set using the `swift-version` input :
@@ -68,7 +68,7 @@ For example, Swift is available as version `5.1` but this will be interpreted as
6868In other words specifying...
6969- ` "5.1.0"` will resolve to version `5.1`
7070- ` "5.1"` will resolve to latest patch version (aka `5.1.1`)
71- - ` "5"` will resolve to latest minor and patch version (aka `5.2.2 `)
71+ - ` "5"` will resolve to latest minor and patch version (aka `5.2.4 `)
7272
7373
7474# # Legal
You can’t perform that action at this time.
0 commit comments