From 3748edaead97501df15295c9e6263bbfe72c427a Mon Sep 17 00:00:00 2001 From: Frederik Wallner Date: Wed, 23 Apr 2025 22:43:07 +0200 Subject: [PATCH] Add note regarding 3.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59bab1b5..b0df4763 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ [GitHub Action](https://github.com/features/actions) that will setup a [Swift](https://swift.org) environment with a specific version. Works on both Ubuntu and macOS runners. +> [!IMPORTANT] +> 3.0 is coming, powered by Swiftly 🚀 - follow progress on https://github.com/swift-actions/setup-swift/pull/710 + ## Usage To run the action with the latest swift version available, simply add the action as a step in your workflow: