File tree Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1212 # License
1313 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
1414 # Project
15- UNITY_VERSION : 2022 .1.9f1
15+ UNITY_VERSION : 2023 .1.0f1
1616 PROJECT_PATH : .
1717
1818jobs :
3434 name : Test all modes ✨
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v3
3838 with :
3939 lfs : true
4040 - uses : actions/cache@v1.1.0
Original file line number Diff line number Diff line change @@ -13,19 +13,9 @@ concurrency:
1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
16-
17- strategy :
18- matrix :
19- node-version : [16.x]
20-
2116 steps :
2217 - name : Checkout repository
23- uses : actions/checkout@v2
24-
25- - name : Set up Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v1
27- with :
28- node-version : ${{ matrix.node-version }}
18+ uses : actions/checkout@v3
2919
3020 - name : Install SiraDoc
3121 run : npm install --global @siradoc/siradoc
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ concurrency:
1010 cancel-in-progress : true
1111
1212env :
13- UNITY_VER : 2022 .1.9f1
14- ULF_FILE : Unity_v2022 .x.ulf
13+ UNITY_VERSION : 2023 .1.0f1
14+ ULF_FILE : Unity_v2023 .x.ulf
1515
1616jobs :
1717 request_alf :
2424 id : alfFile
2525 uses : game-ci/unity-request-activation-file@main
2626 with :
27- unityVersion : ${{ env.UNITY_VER }}
27+ unityVersion : ${{ env.UNITY_VERSION }}
2828
2929 # Upload artifact (Unity_v20XX.X.XXXX.alf)
3030 - name : Expose as artifact
4949 name : ${{ needs.request_alf.outputs.alf }}
5050
5151 - name : Set up Node.js
52- uses : actions/setup-node@v1
52+ uses : actions/setup-node@v3
5353 with :
5454 node-version : ' 16'
5555
Original file line number Diff line number Diff line change 4646 targetPlatform :
4747 - StandaloneWindows64
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5050 with :
5151 lfs : true
5252
You can’t perform that action at this time.
0 commit comments