From 3e477f9f15c4cec5d521d17f438b6d3ec5b1fd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:54:12 +0000 Subject: [PATCH] Bump the actions-setup-swift group Bumps the actions-setup-swift group in /.github/actions/setup-swift with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift). - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](https://github.com/swift-actions/setup-swift/compare/cdcbe8e35d3801acd82d7109285e6ab22c9212c2...f51889efb55dccf13be0ee727e3d6c89a096fb4c) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-setup-swift ... Signed-off-by: dependabot[bot] --- .github/actions/setup-swift/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-swift/action.yml b/.github/actions/setup-swift/action.yml index f1b374487f..74355b1586 100644 --- a/.github/actions/setup-swift/action.yml +++ b/.github/actions/setup-swift/action.yml @@ -31,7 +31,7 @@ runs: fi echo "version=$VERSION" | tee -a $GITHUB_OUTPUT - - uses: swift-actions/setup-swift@cdcbe8e35d3801acd82d7109285e6ab22c9212c2 # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test. + - uses: swift-actions/setup-swift@f51889efb55dccf13be0ee727e3d6c89a096fb4c # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test. if: runner.os == 'Linux' && steps.get_swift_version.outputs.version != 'null' with: swift-version: "${{ steps.get_swift_version.outputs.version }}"