File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflow_dispatch :
66 pull_request_target :
77 types : [labeled]
8-
8+
99jobs :
1010 test :
1111 runs-on : ubuntu-latest
1212 if : github.event_name != 'pull_request_target' || contains(github.event.pull_request.labels.*.name, 'safe to test')
1313 steps :
1414 - name : Checkout repository
1515 if : ${{ github.event_name != 'pull_request_target' }}
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Checkout repository (Pull Request Target)
1818 if : ${{ github.event_name == 'pull_request_target' }}
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 with :
21- ref : " refs/pull/${{ github.event.number }}/merge"
21+ ref : refs/pull/${{ github.event.number }}/merge
2222
2323 - uses : actions/cache@v5
2424 with :
25- path : ./ Library
25+ path : Library
2626 key : Library
27- - uses : game-ci/unity-test-runner@v2
27+ - uses : game-ci/unity-test-runner@v4
2828 env :
2929 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
3030 with :
You can’t perform that action at this time.
0 commit comments