Skip to content

Commit

Permalink
CI: Use up-to-date version for game-ci docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
falko17 committed Nov 12, 2023
1 parent a1ce9e7 commit 6fdae87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6fdae87

Please sign in to comment.