From d086cd1c2e732fe12fa89dd545fe484d8d9620eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:22:26 +0000 Subject: [PATCH] Build: Bump maxim-lobanov/setup-xcode from 1.5.0 to 1.5.1 Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases) - [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/df46f77a07b48da38239cd2fb8c0b5603c71e909...9a697e2b393340c3cacd97468baa318e4c883d98) --- updated-dependencies: - dependency-name: maxim-lobanov/setup-xcode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index a227f112d9..2d3add0738 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -279,7 +279,7 @@ jobs: steps: - name: Select Xcode version for Mac if: matrix.config.target_os == 'macos' || matrix.config.target_os == 'ios' - uses: maxim-lobanov/setup-xcode@df46f77a07b48da38239cd2fb8c0b5603c71e909 + uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98 with: xcode-version: ${{ matrix.config.xcode_version }}