We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a06b3c commit 492221eCopy full SHA for 492221e
README.md
@@ -17,7 +17,7 @@ steps:
17
- uses: actions/checkout@v2
18
- uses: sinoru/actions-setup-swift@v2
19
with:
20
- swift-version: '5.3.3' # Exact version of a Swift version to use
+ swift-version: '5.4.2' # Exact version of a Swift version to use
21
- run: swift build -v
22
- run: swift test -v
23
```
0 commit comments