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 be988f2 commit 9fad301Copy full SHA for 9fad301
README.md
@@ -16,7 +16,7 @@ steps:
16
- uses: actions/checkout@v2
17
- uses: sinoru/actions-setup-swift@v1
18
with:
19
- swift-version: '5.3.0' # Exact version of a Swift version to use
+ swift-version: '5.3.3' # Exact version of a Swift version to use
20
- run: swift build -v
21
- run: swift test -v
22
```
0 commit comments