Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit d192d1e

Browse files
updated readme
1 parent b880f10 commit d192d1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
max-parallel: 1
2323

2424
steps:
25-
- uses: xrtk/unity-action@v2
25+
- uses: xrtk/unity-action@v3
2626
name: '${{ matrix.build-target }}-Tests'
2727
with:
2828
name: '${{ matrix.build-target }}-Tests'
@@ -31,13 +31,12 @@ jobs:
3131
build-target: '${{ matrix.build-target }}'
3232
args: '-batchmode -runEditorTests'
3333

34-
- uses: xrtk/unity-action@v2
34+
- uses: xrtk/unity-action@v3
3535
name: '${{ matrix.build-target }}-Build'
3636
with:
3737
name: '${{ matrix.build-target }}-Build'
3838
editor-path: '${{ needs.validate.outputs.editor-path }}'
3939
project-path: '${{ needs.validate.outputs.project-path }}'
4040
build-target: '${{ matrix.build-target }}'
4141
args: '-quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild'
42-
43-
```
42+
```

0 commit comments

Comments
 (0)