From 0331b39a8aaba2f5f384d14356ca47f2233c4753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:19:41 +0000 Subject: [PATCH] Bump game-ci/unity-test-runner from 4.1.1 to 4.2.0 Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/game-ci/unity-test-runner/releases) - [Commits](https://github.com/game-ci/unity-test-runner/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: game-ci/unity-test-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9777e1..866d144 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/checkout - name: Unity - Run tests - uses: game-ci/unity-test-runner@v4.1.1 + uses: game-ci/unity-test-runner@v4.2.0 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}