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 63
63
origin \
64
64
${{ github.ref }} \
65
65
$args
66
- - uses : actions/setup-go@v2
66
+ - uses : actions/setup-go@v5
67
67
with :
68
68
go-version : ' >=1.16'
69
69
- name : Install git-po-helper
91
91
cat git-po-helper.out
92
92
exit $exit_code
93
93
- name : Create comment in pull request for report
94
- uses : mshick/add-pr-comment@v1
94
+ uses : mshick/add-pr-comment@v2
95
95
if : >-
96
96
always() &&
97
97
github.event_name == 'pull_request_target' &&
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments