From 09e115b07762ae0af1944e1ca35105c717f73fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:09:06 +0000 Subject: [PATCH] Update swift-actions/setup-swift action to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a9146..51d64bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: - name: Print Xcode Version run: xcodebuild -version - - uses: swift-actions/setup-swift@v1 + - uses: swift-actions/setup-swift@v3 - name: Get swift version run: swift --version # Swift 5.8.1 - name: Print Swift Version