@@ -49,15 +49,15 @@ jobs:
4949 OS_TAG : " osx"
5050 steps :
5151 - name : ' Checkout'
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353 with :
5454 submodules : ' recursive'
5555 - name : Get the version
5656 id : get_version
5757 run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
5858 shell : bash
5959 - name : Install Node.js
60- uses : actions/setup-node@v3
60+ uses : actions/setup-node@v4
6161 with :
6262 node-version : ' 20.x'
6363 - name : Install dependencies
@@ -115,15 +115,15 @@ jobs:
115115 OS_TAG : " osx"
116116 steps :
117117 - name : ' Checkout'
118- uses : actions/checkout@v3
118+ uses : actions/checkout@v4
119119 with :
120120 submodules : ' recursive'
121121 - name : Get the version
122122 id : get_version
123123 run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
124124 shell : bash
125125 - name : Install Node.js
126- uses : actions/setup-node@v3
126+ uses : actions/setup-node@v4
127127 with :
128128 node-version : ' 20.x'
129129 - name : Install dependencies
@@ -224,7 +224,7 @@ jobs:
224224 OS_TAG : " osx"
225225 steps :
226226 - name : ' Checkout'
227- uses : actions/checkout@v3
227+ uses : actions/checkout@v4
228228 with :
229229 submodules : ' recursive'
230230 - name : Download build artifacts
@@ -252,10 +252,8 @@ jobs:
252252 env :
253253 OS_TAG : " win64"
254254 steps :
255- - name : ' Add msbuild to PATH'
256- uses : microsoft/setup-msbuild@v1
257255 - name : ' Checkout'
258- uses : actions/checkout@v3
256+ uses : actions/checkout@v4
259257 with :
260258 submodules : ' recursive'
261259 - name : Get the version
@@ -301,7 +299,7 @@ jobs:
301299 OS_TAG : " win64"
302300 steps :
303301 - name : ' Checkout'
304- uses : actions/checkout@v3
302+ uses : actions/checkout@v4
305303 with :
306304 submodules : ' recursive'
307305 - name : Download build artifacts
@@ -376,7 +374,7 @@ jobs:
376374 OS_TAG : " win64"
377375 steps :
378376 - name : ' Checkout'
379- uses : actions/checkout@v3
377+ uses : actions/checkout@v4
380378 with :
381379 fetch-depth : 2
382380 repository : stream-labs/symsrv-scripts
0 commit comments