From 33f013c82fc62fbe969c04386ac9b72d26912490 Mon Sep 17 00:00:00 2001 From: Maksym Bilan Date: Fri, 5 Jun 2026 16:42:11 +0200 Subject: [PATCH] Shorten action.yml description to fit Marketplace 125-char cap GitHub Marketplace rejected the v1.0.0 release with "Description must be less than 125 characters." The previous 130-char description is trimmed to 114 chars while keeping the Xcode 16 rationale up front. Co-Authored-By: Claude Opus 4.7 (1M context) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c6a0050..6e1040e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Update Xcode Swift Packages' -description: 'Bump an Xcode project''s Swift Package Manager pins on Xcode 16+ by resolving a synthetic Package.swift with swift package update.' +description: 'Update Xcode SPM dependencies on Xcode 16+, where xcodebuild -resolvePackageDependencies stopped bumping versions.' author: 'Maksym Bilan' branding: icon: 'refresh-cw'