Skip to content

Commit 6032aee

Browse files
committed
l10n: bump Actions versions in l10n.yml
This avoids the "Node.js 16 Actions are deprecated" warnings. Original-commits-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c875e0b commit 6032aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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' &&

0 commit comments

Comments
 (0)