From 11c7eab7c4d796e4c6aca05693ce74f56e962aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:54:48 +0000 Subject: [PATCH] Bump game-ci/unity-test-runner from 4.1.1 to 4.3.0 Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 4.1.1 to 4.3.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.3.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..c66a0e5 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.3.0 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}