Releases: swift-actions/setup-swift
Releases · swift-actions/setup-swift
1.4.0
Fixes
- Fix an issue where the workflow didn't run due to use of deprecated methods for updating paths.
Features
- Add more OS versions to the list (#149) @fwal
- (Potentially breaking) Track supported OS:es for each Swift version (#139) @fwal
Dependencies
- Bump @actions/core from 1.2.5 to 1.2.6 (#130) @dependabot
1.3.0
Features
- Add Swift 5.3 (#127) @fwal
- The action now supports Swift 5.3
- The default version have been changed to 5.3
- Output resolved version from action (#104) @fwal
- This means that the fully resolved version will be available as an output for other actions to consume. For example if
swift-versionis set to "5" the outputversionwill be "5.3". Check the official docs for more info about outputs.
- This means that the fully resolved version will be available as an output for other actions to consume. For example if
1.2.0
1.1.0
The script now uses a pool of gpg key servers when trying to verify linux installations, this should result in improved stability.
1.0.1
Support for Swift 5.2.4
1.0.0
0.1.0
v0.1.0 Tweak readme