Skip to content

Commit 6a3fc41

Browse files
rimruldscho
authored andcommitted
2 parents 54d9180 + 82d6f85 commit 6a3fc41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/l10n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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' &&

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)