From 1924f3c54e95020b6d19f12bd32901f1d28e4b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:39:27 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-integration.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1e5ec79..c327cfa 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -63,7 +63,7 @@ jobs: run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV" - name: Run tests - uses: game-ci/unity-test-runner@v3 + uses: game-ci/unity-test-runner@v4 with: githubToken: ${{ secrets.GITHUB_TOKEN }} unityVersion: ${{ matrix.unityVersion }} # Default is `auto` diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f691476..1baf283 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV" - name: Run tests - uses: game-ci/unity-test-runner@v3 + uses: game-ci/unity-test-runner@v4 with: githubToken: ${{ secrets.GITHUB_TOKEN }} unityVersion: ${{ matrix.unityVersion }} # Default is `auto`