File tree Expand file tree Collapse file tree 3 files changed +67
-67
lines changed
Expand file tree Collapse file tree 3 files changed +67
-67
lines changed Original file line number Diff line number Diff line change @@ -42,22 +42,22 @@ jobs:
4242 with :
4343 repository : RageAgainstThePixel/com.utilities.async
4444 path : com.utilities.async
45- - uses : RageAgainstThePixel/unity-setup@v2
45+ - uses : RageAgainstThePixel/unity-setup@main
4646 with :
4747 unity-version : ${{ matrix.unity-version }}
4848 build-targets : ${{ matrix.build-target }}
4949 version-file : ${{ github.workspace }}/com.utilities.async/Utilities.Async/ProjectSettings/ProjectVersion.txt
50- - uses : RageAgainstThePixel/activate-unity-license@v2
50+ - uses : RageAgainstThePixel/activate-unity-license@main
5151 with :
5252 license : personal
5353 username : ${{ secrets.UNITY_USERNAME }}
5454 password : ${{ secrets.UNITY_PASSWORD }}
55- - uses : RageAgainstThePixel/unity-action@v3
55+ - uses : RageAgainstThePixel/unity-action@main
5656 name : ${{ matrix.build-target }}-Validate
5757 with :
5858 log-name : ${{ matrix.build-target }}-Validate
5959 args : -quit -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject -importTMProEssentialsAsset
60- - uses : RageAgainstThePixel/unity-action@v3
60+ - uses : RageAgainstThePixel/unity-action@main
6161 name : ${{ matrix.build-target }}-Test
6262 with :
6363 log-name : ${{ matrix.build-target }}-Test
Original file line number Diff line number Diff line change 11{
22 "name" : " unity-test-summary" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " A GitHub action to gather and display Unit Tests from the Unity Game Engine." ,
55 "author" : " RageAgainstThePixel" ,
66 "license" : " MIT" ,
2121 },
2222 "devDependencies" : {
2323 "@types/jest" : " ^29.5.14" ,
24- "@types/node" : " ^22.18.12 " ,
24+ "@types/node" : " ^22.18.13 " ,
2525 "@vercel/ncc" : " ^0.34.0" ,
2626 "shx" : " ^0.3.4" ,
2727 "ts-jest" : " ^29.4.5" ,
You can’t perform that action at this time.
0 commit comments