From fd3031701c481382bf52d4be2d7904f72a8e6fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:54:12 +0000 Subject: [PATCH] Bump game-ci/unity-test-runner from 2 to 4 Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 2 to 4. - [Release notes](https://github.com/game-ci/unity-test-runner/releases) - [Commits](https://github.com/game-ci/unity-test-runner/compare/v2...v4) --- updated-dependencies: - dependency-name: game-ci/unity-test-runner dependency-type: direct:production update-type: version-update:semver-major ... 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 a487338..f81f98c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: restore-keys: | Library-${{ matrix.targetPlatform }} Library- - - uses: game-ci/unity-test-runner@v2 + - uses: game-ci/unity-test-runner@v4 id: testRunner with: githubToken: ${{ secrets.GITHUB_TOKEN }}