diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2714b3227e..2e519a614d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,7 +142,7 @@ jobs: restore-keys: | Library-SEE-Tests Library-SEE - - uses: game-ci/unity-test-runner@v3 + - uses: game-ci/unity-test-runner@c80d9094f5f5f471d0ae6f44a8c8868a448bfb7e timeout-minutes: 45 name: Run Tests id: tests @@ -212,7 +212,7 @@ jobs: # Try deleting any previous build, but not other zip files that we may need later. git clean -fd -e 'build-*.zip' rm -rf build "build-${{ matrix.targetPlatform }}.zip" || true - - uses: game-ci/unity-builder@v3 + - uses: game-ci/unity-builder@7afabe74da5227a9ecd537f5260b398258c3eb3b timeout-minutes: 45 name: Build project id: build