Skip to content

Choose a tag to compare

@github-actions github-actions released this 17 Sep 09:02
· 402 commits to main since this release
d1073ea

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.