Skip to content

Commit 9c72604

Browse files
committed
test: Simplify workflow
1 parent 49a3055 commit 9c72604

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
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

1818
jobs:
@@ -34,7 +34,7 @@ jobs:
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/[email protected]

.github/workflows/docs.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,9 @@ concurrency:
1313
jobs:
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

.github/workflows/license.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
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

1616
jobs:
1717
request_alf:
@@ -24,7 +24,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
targetPlatform:
4747
- StandaloneWindows64
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
with:
5151
lfs: true
5252

0 commit comments

Comments
 (0)