From 1b6afbc1e038ba47d3ba4c0caaa3b4ef7f28f21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:08:04 +0000 Subject: [PATCH] chore(deps): update dependency swift to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed413f2..e1f3920 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Swift uses: swift-actions/setup-swift@v2 with: - swift-version: "5.10.1" + swift-version: "6.4.0" - name: Get Version id: version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcd45bc..ebf3d82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Swift uses: swift-actions/setup-swift@v2 with: - swift-version: "5.10.1" + swift-version: "6.4.0" - name: Build run: swift build @@ -33,7 +33,7 @@ jobs: - name: Setup Swift uses: swift-actions/setup-swift@v2 with: - swift-version: "5.10.1" + swift-version: "6.4.0" - name: Build App Bundle run: ./build.sh release