From 2aa6b3ed997e3e9151eae7f4b1c778d24dc4637b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:20:16 +0000 Subject: [PATCH] Bump swift-actions/setup-swift from 2 to 3 Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 2 to 3. - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](https://github.com/swift-actions/setup-swift/compare/v2...v3) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/native-debug.yml | 2 +- .github/workflows/native-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-debug.yml b/.github/workflows/native-debug.yml index e68a95d..11d63bf 100644 --- a/.github/workflows/native-debug.yml +++ b/.github/workflows/native-debug.yml @@ -16,7 +16,7 @@ jobs: working-directory: native/macos/ReleaseGuardMac steps: - uses: actions/checkout@v4 - - uses: swift-actions/setup-swift@v2 + - uses: swift-actions/setup-swift@v3 with: swift-version: "5.10" - run: swift build -c release diff --git a/.github/workflows/native-release.yml b/.github/workflows/native-release.yml index 34ff21e..69e5829 100644 --- a/.github/workflows/native-release.yml +++ b/.github/workflows/native-release.yml @@ -16,7 +16,7 @@ jobs: working-directory: native/macos/ReleaseGuardMac steps: - uses: actions/checkout@v4 - - uses: swift-actions/setup-swift@v2 + - uses: swift-actions/setup-swift@v3 with: swift-version: "5.10" - run: swift build -c release