From e66908dfc10b97c35196cb92d79405744f663549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:25:12 +0000 Subject: [PATCH] Bump mxcl/xcodebuild from 1 to 2 Bumps [mxcl/xcodebuild](https://github.com/mxcl/xcodebuild) from 1 to 2. - [Release notes](https://github.com/mxcl/xcodebuild/releases) - [Commits](https://github.com/mxcl/xcodebuild/compare/v1...v2) --- updated-dependencies: - dependency-name: mxcl/xcodebuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79b869f..a32bf0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: # https://xcodereleases.com/ # https://developer.apple.com/support/xcode/ - name: Xcode Tests - uses: mxcl/xcodebuild@v1 + uses: mxcl/xcodebuild@v2 with: xcode: ${{ matrix.xcode }} platform: ${{ matrix.platform }}