From 55a2c4eebfafe5b6ac8b89f75cfc3c44c03cc124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:07:38 +0000 Subject: [PATCH] chore(deps): Bump SwiftyLab/setup-swift from 1.12.0 to 1.13.0 Bumps [SwiftyLab/setup-swift](https://github.com/swiftylab/setup-swift) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/swiftylab/setup-swift/releases) - [Changelog](https://github.com/SwiftyLab/setup-swift/blob/main/CHANGELOG.md) - [Commits](https://github.com/swiftylab/setup-swift/compare/4bbb093f8c68d1dee1caa8b67c681a3f8fe70a91...86a5d3b9cffda409de636eb5f63f3f5696fdbe36) --- updated-dependencies: - dependency-name: SwiftyLab/setup-swift dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7da950e..6c51cc6 100644 --- a/action.yml +++ b/action.yml @@ -354,7 +354,7 @@ runs: - name: Setup Swift id: setup-swift if: ${{ inputs.setup-swift == 'true' }} - uses: SwiftyLab/setup-swift@4bbb093f8c68d1dee1caa8b67c681a3f8fe70a91 # v1.12.0 + uses: SwiftyLab/setup-swift@86a5d3b9cffda409de636eb5f63f3f5696fdbe36 # v1.13.0 with: swift-version: ${{ inputs.swift-version }} cache-snapshot: ${{ inputs.swift-cache == 'true' }}