From af402c9ee03b78296471aee45168426fb4a55463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 06:56:06 +0000 Subject: [PATCH] Bump game-ci/unity-builder from 3 to 4 Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 3 to 4. - [Release notes](https://github.com/game-ci/unity-builder/releases) - [Commits](https://github.com/game-ci/unity-builder/compare/v3...v4) --- updated-dependencies: - dependency-name: game-ci/unity-builder dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unity-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unity-build.yml b/.github/workflows/unity-build.yml index 8800278..7c72f2c 100644 --- a/.github/workflows/unity-build.yml +++ b/.github/workflows/unity-build.yml @@ -25,7 +25,7 @@ jobs: Library- - name: Build project - uses: game-ci/unity-builder@v3 + uses: game-ci/unity-builder@v4 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}