Skip to content

Releases: swift-actions/setup-swift

1.9.1

29 Nov 21:08
d3fab3d
Compare
Choose a tag to compare

Fixes

1.9.0

22 Nov 08:48
a94947b
Compare
Choose a tag to compare

Features

Fixes

Dependencies

1.8.0

13 Sep 05:50
c30e2cd
Compare
Choose a tag to compare

1.7.0

26 Apr 19:22
d43a564
Compare
Choose a tag to compare

Features

Dependencies

1.6.0

08 Feb 19:41
b13ac14
Compare
Choose a tag to compare

Features

Dependencies

1.5.0

01 Dec 09:32
7bc5776
Compare
Choose a tag to compare

Features

Dependencies

1.4.0

27 Nov 11:54
9d93321
Compare
Choose a tag to compare

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

1.3.0

17 Sep 09:02
d1073ea
Compare
Choose a tag to compare

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-version is set to "5" the output version will be "5.3". Check the official docs for more info about outputs.

1.2.0

22 Jul 20:43
v1.2.0
8753116
Compare
Choose a tag to compare

Security

Improvements

  • Use extractXar from tool-cache (#92) @fwal

1.1.0

04 Jul 21:08
v1.1.0
71eb788
Compare
Choose a tag to compare

The script now uses a pool of gpg key servers when trying to verify linux installations, this should result in improved stability.