From 569e075ca16a55f852c2288b3981f3e156c3394f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:56:08 +0000 Subject: [PATCH] Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0 Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases) - [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: maxim-lobanov/setup-xcode dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ios-ipa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ios-ipa.yaml b/.github/workflows/build-ios-ipa.yaml index 2d3413c..762d6de 100644 --- a/.github/workflows/build-ios-ipa.yaml +++ b/.github/workflows/build-ios-ipa.yaml @@ -10,7 +10,7 @@ jobs: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.5.1 + - uses: maxim-lobanov/setup-xcode@v1.6.0 with: xcode-version: '14.2'