File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
release :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- uses : cycjimmy/semantic-release-action@v3
19
19
with :
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
# Checkout sandbox project
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
ref : sandbox
38
38
submodules : true
43
43
working-directory : Packages/dev
44
44
run : git checkout ${{ github.sha }}
45
45
46
- - uses : actions/cache@v2
46
+ - uses : actions/cache@v3
47
47
with :
48
48
path : Library
49
49
key : Library-${{ matrix.unityVersion }}-${{ github.sha }}
59
59
60
60
# Run tests
61
61
- name : " Run tests"
62
- uses : game-ci/unity-test-runner@main
62
+ uses : game-ci/unity-test-runner@v3
63
63
with :
64
64
unityVersion : ${{ matrix.unityVersion }}
65
65
customParameters : -nographics
You can’t perform that action at this time.
0 commit comments