From f375bbfd2acde3f6fac550db5e5fe4992f05cba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 05:25:19 +0000 Subject: [PATCH] Bump game-ci/unity-builder from 2 to 3 Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 2 to 3. - [Release notes](https://github.com/game-ci/unity-builder/releases) - [Commits](https://github.com/game-ci/unity-builder/compare/v2...v3) --- updated-dependencies: - dependency-name: game-ci/unity-builder dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ee2ca9c..4c5fa49e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -559,7 +559,7 @@ jobs: git reset --hard - name: Build Unity Project id: build - uses: game-ci/unity-builder@v2 + uses: game-ci/unity-builder@v3 env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}