From 6a89723b77c215f3088822967bf98976cd70caef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 06:56:04 +0000 Subject: [PATCH] Bump game-ci/unity-test-runner from 3 to 4 Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 3 to 4. - [Release notes](https://github.com/game-ci/unity-test-runner/releases) - [Commits](https://github.com/game-ci/unity-test-runner/compare/v3...v4) --- updated-dependencies: - dependency-name: game-ci/unity-test-runner dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unity-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index b213f2a..4453689 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -26,7 +26,7 @@ jobs: Library- - name: Run tests - uses: game-ci/unity-test-runner@v3 + uses: game-ci/unity-test-runner@v4 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}