File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3636 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
3737
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939
4040 - name : Cache Library
4141 id : cache-library
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 path : Library
4545 key : Library-2022.3.62
7171 runs-on : ubuntu-latest
7272 container : node:18
7373 steps :
74- - uses : actions/checkout@v6
74+ - uses : actions/checkout@v7
7575
7676 - name : Download artifact
7777 uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717
1818 - uses : actions/setup-node@v6
1919 with :
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ jobs:
7272 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
7373
7474 - name : Checkout repository
75- uses : actions/checkout@v6
75+ uses : actions/checkout@v7
7676
7777 - name : Cache Library
7878 id : cache-library
79- uses : actions/cache/restore@v5
79+ uses : actions/cache/restore@v6
8080 with :
8181 path : Library
8282 key : Library-2022.3.62
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Checkout repository
99- uses : actions/checkout@v6
99+ uses : actions/checkout@v7
100100
101101 - uses : actions/setup-node@v6
102102 with :
Original file line number Diff line number Diff line change 77 PR_lint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - name : Install Dependencies
1212 run : npm install @commitlint/config-conventional
1313
14- - uses : JulienKode/pull-request-name-linter-action@v20.1 .0
14+ - uses : JulienKode/pull-request-name-linter-action@v20.5 .0
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
3535
3636 - name : Checkout repository
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v7
3838
3939 - name : Cache Library
4040 id : cache-library
41- uses : actions/cache@v5
41+ uses : actions/cache@v6
4242 with :
4343 path : Library
4444 key : ${{ inputs.cache_key }}
You can’t perform that action at this time.
0 commit comments