Skip to content

Commit dde03c5

Browse files
committed
Set default version to 5.5.1
1 parent 5503851 commit dde03c5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
swift: ["5.5"]
26+
swift: ["5.5.1"]
2727
steps:
2828
- uses: actions/checkout@v2
2929
- run: npm install

.github/workflows/stability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
swift: ["5.5"]
15+
swift: ["5.5.1"]
1616
steps:
1717
- uses: fwal/setup-swift@v1
1818
with:
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macos-latest]
29-
swift: ["5.5"]
29+
swift: ["5.5.1"]
3030
steps:
3131
- uses: fwal/setup-swift@main
3232
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.5-F05138?logo=swift&logoColor=white" alt="Swift 5.5" />
10+
<img src="https://img.shields.io/badge/Swift-5.5.1-F05138?logo=swift&logoColor=white" alt="Swift 5.5.1" />
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.5
31+
run: swift --version # Swift 5.5.1
3232
```
3333

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
swift-version:
66
description: Swift version to configure
77
required: true
8-
default: '5.5'
8+
default: '5.5.1'
99
outputs:
1010
version:
1111
description: The full Swift version that was configured

0 commit comments

Comments
 (0)