From 6cc245c4c574e3acc0b8bdaf7521c8ea9d3f3837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 09:12:53 +0000 Subject: [PATCH] build: (deps): 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/integrate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 3ae6fb98..c8131b6e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -80,6 +80,8 @@ jobs: flutter-version: ${{ env.FLUTTER_VERSION }} cache: true - name: Setup Xcode version - uses: maxim-lobanov/setup-xcode@v1.5.1 + uses: maxim-lobanov/setup-xcode@v1.6.0 + with: + xcode-version: latest - run: flutter pub get - run: flutter build ios --no-codesign