Skip to content

Commit 49a3055

Browse files
authored
Merge pull request #12 from jcs090218/dependabot/github_actions/game-ci/unity-builder-2.2.0
chore(deps): bump game-ci/unity-builder from 2.0.4 to 2.2.0
2 parents 4295b0f + a27f35c commit 49a3055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
Library-${{ matrix.projectPath }}-
9292
Library-
9393
94-
- uses: game-ci/unity-builder@v2.0.4
94+
- uses: game-ci/unity-builder@v2.2.0
9595
with:
9696
projectPath: ${{ env.PROJECT_PATH }}
9797
unityVersion: ${{ env.UNITY_VERSION }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
Library-test-project-
5959
Library-
6060
61-
- uses: game-ci/unity-builder@v2.0.4
61+
- uses: game-ci/unity-builder@v2.2.0
6262
with:
6363
projectPath: ${{ env.PROJECT_PATH }}
6464
unityVersion: ${{ env.UNITY_VERSION }}

0 commit comments

Comments
 (0)