From 9c64bc27f05d31134a316ff0bf489746726b0de4 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Wed, 9 Apr 2025 15:20:47 -0700 Subject: [PATCH] Change default release version for GitHub action releases to 603.0.0 --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 96f9f4aea..0a6d51ae0 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -11,13 +11,13 @@ on: required: true swift_format_version: type: string - default: 601.0.0 + default: 603.0.0 description: "swift-format version" # The version of swift-format to tag. If this is a prerelease, `-prerelease-` is added to this version. required: true swift_syntax_tag: type: string - default: 601.0.0 + default: 603.0.0 description: "swift-syntax version" # The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used. required: true