File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 origin \
6464 ${{ github.ref }} \
6565 $args
66- - uses : actions/setup-go@v2
66+ - uses : actions/setup-go@v5
6767 with :
6868 go-version : ' >=1.16'
6969 - name : Install git-po-helper
9191 cat git-po-helper.out
9292 exit $exit_code
9393 - name : Create comment in pull request for report
94- uses : mshick/add-pr-comment@v1
94+ uses : mshick/add-pr-comment@v2
9595 if : >-
9696 always() &&
9797 github.event_name == 'pull_request_target' &&
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments