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 63
63
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
64
64
- name : skip if the commit or tree was already tested
65
65
id : skip-if-redundant
66
- uses : actions/github-script@v6
66
+ uses : actions/github-script@v7
67
67
if : steps.check-ref.outputs.enabled == 'yes'
68
68
with :
69
69
github-token : ${{secrets.GITHUB_TOKEN}}
@@ -189,7 +189,7 @@ jobs:
189
189
repository : git/git
190
190
definitionId : 9
191
191
- name : add msbuild to PATH
192
- uses : microsoft/setup-msbuild@v1
192
+ uses : microsoft/setup-msbuild@v2
193
193
- name : copy dlls to root
194
194
shell : cmd
195
195
run : compat\vcbuild\vcpkg_copy_dlls.bat release ${{ matrix.arch }}-windows
@@ -316,7 +316,7 @@ jobs:
316
316
CC : clang
317
317
runs-on : ubuntu-latest
318
318
steps :
319
- - uses : actions/checkout@v3
319
+ - uses : actions/checkout@v4
320
320
- run : ci/install-dependencies.sh
321
321
- run : ci/run-build-and-minimal-fuzzers.sh
322
322
dockerized :
You can’t perform that action at this time.
0 commit comments