Skip to content

Commit fcb1346

Browse files
authored
Merge pull request #20 from MapleStoryUnity/dependabot/github_actions/game-ci/unity-builder-4.8.1
Bump game-ci/unity-builder from 2.0.4 to 4.8.1
2 parents 46fd054 + ad1f257 commit fcb1346

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@v4.8.1
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
@@ -56,7 +56,7 @@ jobs:
5656
Library-test-project-
5757
Library-
5858
59-
- uses: game-ci/unity-builder@v2.0.4
59+
- uses: game-ci/unity-builder@v4.8.1
6060
with:
6161
projectPath: ${{ env.PROJECT_PATH }}
6262
unityVersion: ${{ env.UNITY_VERSION }}

0 commit comments

Comments
 (0)