From ac69741eea2b8aeba9b6b8d5fdfac797ba3fc02d Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sat, 27 Jan 2024 16:37:44 -0500 Subject: [PATCH] update docs update validation workflow --- .github/workflows/validate.yml | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0102bdf..e806c8b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -43,7 +43,7 @@ jobs: repository: xrtk/com.xrtk.test path: test-project - - uses: xrtk/unity-setup@v7 + - uses: xrtk/unity-setup@v7.4 with: build-targets: ${{ matrix.build-target }} version-file-path: 'test-project/**/ProjectSettings/ProjectVersion.txt' @@ -58,6 +58,7 @@ jobs: license-type: 'Personal' # Chooses license type to use [ Personal, Professional ] # serial: ${{ secrets.UNITY_SERIAL }} # Required for pro/plus activations auth-key: ${{ secrets.UNITY_2FA_KEY }} # required for personal activations + - name: xrtk/unity-action uses: ./ with: diff --git a/README.md b/README.md index 77a40f4..8448a34 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ jobs: # sets -> env.UNITY_EDITOR_PATH # sets -> env.UNITY_PROJECT_PATH # https://github.com/XRTK/unity-setup - - uses: xrtk/unity-setup@v7.1 + - uses: xrtk/unity-setup@v7.4 with: build-targets: ${{ matrix.build-target }} # Activates the installation with the provided credentials - - uses: xrtk/activate-unity-license@v2 + - uses: xrtk/activate-unity-license@v5 with: # Required username: ${{ secrets.UNITY_USERNAME }}