File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ runs:
2727 name : Unity Editor Validation
2828 uses : xrtk/unity-validate@v2
2929
30- - uses : xrtk/unity-action@v2
30+ - uses : xrtk/unity-action@main
3131 name : Project Validation
3232 with :
3333 name : ' project-validation'
3434 editor-path : ' ${{ env.editor-path }}'
3535 project-path : ' ${{ env.project-path }}'
3636 args : ' -quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject ${{ inputs.additional-valiate-args }}'
3737
38- - uses : xrtk/unity-action@v2
38+ - uses : xrtk/unity-action@main
3939 name : ' ${{ inputs.build-target }}-Tests'
4040 with :
4141 name : ' ${{ inputs.build-target }}-Tests'
4444 build-target : ' ${{ inputs.build-target }}'
4545 args : ' -batchmode -runEditorTests ${{ inputs.additional-test-args }}'
4646
47- - uses : xrtk/unity-action@v2
47+ - uses : xrtk/unity-action@main
4848 name : ' ${{ inputs.build-target }}-Build'
4949 with :
5050 name : ' ${{ inputs.build-target }}-Build'
You can’t perform that action at this time.
0 commit comments