Skip to content

Commit

Permalink
Bump game-ci/unity-test-runner from 3 to 4
Browse files Browse the repository at this point in the history
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](game-ci/unity-test-runner@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 9a5514a commit 550bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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`
Expand Down

0 comments on commit 550bbe5

Please sign in to comment.