From 5952a6c9e20bc4fec3068671094b7e2ffb5c3a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:37:34 +0000 Subject: [PATCH] chore(deps): Bump game-ci/unity-builder from 4.2.1 to 4.2.3 Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/game-ci/unity-builder/releases) - [Commits](https://github.com/game-ci/unity-builder/compare/v4.2.1...v4.2.3) --- updated-dependencies: - dependency-name: game-ci/unity-builder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3f4a58..0aad04d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: Library- - name: Build - uses: game-ci/unity-builder@v4.2.1 + uses: game-ci/unity-builder@v4.2.3 with: buildName: ${{ env.PROJECT_NAME }} projectPath: ${{ env.PROJECT_PATH }}