Skip to content

Commit aaf5068

Browse files
committed
Change default swift-version from 5.10.1 to 6.0.1
1 parent f068d3d commit aaf5068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for the [Swift Algorithms](https://github.com/skiptools/swift-algorithms) packag
5454
```
5555
swift-version:
5656
description: 'The version of the Swift toolchain to use'
57-
default: '5.10.1'
57+
default: '6.0.1'
5858
package-path:
5959
description: 'The folder where the swift package is checked out'
6060
default: '.'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
swift-version:
88
description: 'The version of the Swift toolchain to use'
99
required: true
10-
default: '5.10.1'
10+
default: '6.0.1'
1111
package-path:
1212
description: 'The folder where the swift package is checked out'
1313
required: true

0 commit comments

Comments
 (0)