From cbf0fca0136eecdcdd24337803981b27df304400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:28:46 +0000 Subject: [PATCH] Bump game-ci/unity-test-runner from 4.1.1 to 4.3.1 Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 4.1.1 to 4.3.1. - [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.1) --- 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 5c97d89..6eb7d67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,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.1 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}