]> git.ipfire.org Git - thirdparty/git.git/commitdiff
l10n: bump Actions versions in l10n.yml
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 7 Feb 2024 19:42:17 +0000 (19:42 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 11 Feb 2024 11:47:51 +0000 (12:47 +0100)
This avoids the "Node.js 16 Actions are deprecated" warnings.

Original-commits-by: dependabot[bot] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.github/workflows/l10n.yml

index 6c3849658aa061b89ced8e0464b3b580519c3a34..3d89758981fe468fbd14b207e10693f5b07e7841 100644 (file)
@@ -63,7 +63,7 @@ jobs:
             origin \
             ${{ github.ref }} \
             $args
-      - uses: actions/setup-go@v2
+      - uses: actions/setup-go@v5
         with:
           go-version: '>=1.16'
       - name: Install git-po-helper
@@ -91,7 +91,7 @@ jobs:
           cat git-po-helper.out
           exit $exit_code
       - name: Create comment in pull request for report
-        uses: mshick/add-pr-comment@v1
+        uses: mshick/add-pr-comment@v2
         if: >-
           always() &&
           github.event_name == 'pull_request_target' &&