Skip to content

Commit

Permalink
Bump game-ci/unity-builder from 3 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 3 to 4.
- [Release notes](https://github.com/game-ci/unity-builder/releases)
- [Commits](game-ci/unity-builder@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 6effce0 commit a9b3e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/githubactionsbuilds.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

- run: find .

- uses: game-ci/unity-builder@v3
- uses: game-ci/unity-builder@v4
name: Build WebGL
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_FILE }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# UnityGame/Library
# key: build_linux_StandaloneWindows64

- uses: game-ci/unity-builder@v3
- uses: game-ci/unity-builder@v4
name: Build StandaloneWindows64
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_FILE }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@v4


- uses: game-ci/unity-builder@v3
- uses: game-ci/unity-builder@v4
name: Build StandaloneLinux64
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_FILE }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# username: devedse
# password: ${{ secrets.DOCKERHUBTOKEN }}

# - uses: game-ci/unity-builder@v3
# - uses: game-ci/unity-builder@v4
# name: Build StandaloneWindows64
# env:
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_FILE }}
Expand Down

0 comments on commit a9b3e12

Please sign in to comment.