Commit 9a8a1d7 1 parent 8e76611 commit 9a8a1d7 Copy full SHA for 9a8a1d7
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 10
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
19
19
- run : dotnet build -c Debug
20
20
# - run: dotnet test -c Debug --no-build
38
38
UNITY_PASSWORD : " op://GitHubActionsPublic/UNITY_LICENSE/credential"
39
39
UNITY_SERIAL : " op://GitHubActionsPublic/UNITY_LICENSE/serial"
40
40
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
# Execute scripts: Export Package
43
43
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
44
44
- name : Build Unity (.unitypacakge)
Original file line number Diff line number Diff line change 27
27
timeout-minutes : 10
28
28
steps :
29
29
- run : echo ${{ needs.update-packagejson.outputs.sha }}
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ needs.update-packagejson.outputs.sha }}
33
33
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
61
61
UNITY_SERIAL : " op://GitHubActionsPublic/UNITY_LICENSE/serial"
62
62
63
63
- run : echo ${{ needs.update-packagejson.outputs.sha }}
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
with :
66
66
ref : ${{ needs.update-packagejson.outputs.sha }}
67
67
You can’t perform that action at this time.
0 commit comments