File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
6464 - name : skip if the commit or tree was already tested
6565 id : skip-if-redundant
66- uses : actions/github-script@v6
66+ uses : actions/github-script@v7
6767 if : steps.check-ref.outputs.enabled == 'yes'
6868 with :
6969 github-token : ${{secrets.GITHUB_TOKEN}}
@@ -189,7 +189,7 @@ jobs:
189189 repository : git/git
190190 definitionId : 9
191191 - name : add msbuild to PATH
192- uses : microsoft/setup-msbuild@v1
192+ uses : microsoft/setup-msbuild@v2
193193 - name : copy dlls to root
194194 shell : cmd
195195 run : compat\vcbuild\vcpkg_copy_dlls.bat release ${{ matrix.arch }}-windows
@@ -316,7 +316,7 @@ jobs:
316316 CC : clang
317317 runs-on : ubuntu-latest
318318 steps :
319- - uses : actions/checkout@v3
319+ - uses : actions/checkout@v4
320320 - run : ci/install-dependencies.sh
321321 - run : ci/run-build-and-minimal-fuzzers.sh
322322 dockerized :
You can’t perform that action at this time.
0 commit comments