Skip to content

Commit

Permalink
Bump game-ci/unity-builder from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 2 to 4.
- [Release notes](https://github.com/game-ci/unity-builder/releases)
- [Commits](game-ci/unity-builder@v2...v4)

---
updated-dependencies:
- dependency-name: game-ci/unity-builder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent fa4b6ff commit 7ee434a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
name: Test results (all modes)
path: ${{ steps.testRunner.outputs.artifactsPath }}
- uses: game-ci/unity-builder@v2
- uses: game-ci/unity-builder@v4
with:
targetPlatform: ${{ matrix.targetPlatform }}
# We use dirty build because we are replacing the default project settings file above
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
Library-
- uses: jlumbroso/free-disk-space@main
if: matrix.targetPlatform == 'Android'
- uses: game-ci/unity-builder@v2
- uses: game-ci/unity-builder@v4
with:
targetPlatform: ${{ matrix.targetPlatform }}
# We use dirty build because we are replacing the default project settings file above
Expand Down

0 comments on commit 7ee434a

Please sign in to comment.