Skip to content

Commit a2ca04f

Browse files
- bump deps
1 parent fd13a0c commit a2ca04f

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)