From d15d4b0615c7dc9b978a9251726a12c4348d5d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 03:07:32 +0000 Subject: [PATCH] Bump game-ci/unity-activate from 1.3 to 2 Bumps [game-ci/unity-activate](https://github.com/game-ci/unity-activate) from 1.3 to 2. - [Release notes](https://github.com/game-ci/unity-activate/releases) - [Commits](https://github.com/game-ci/unity-activate/compare/v1.3...v2) --- updated-dependencies: - dependency-name: game-ci/unity-activate 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 8c2a408..34d65c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: # Activate Unity - name: Activate Unity - uses: game-ci/unity-activate@v1.3 + uses: game-ci/unity-activate@v2 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}