All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiang Xin <worldhello.net@gmail.com>
To: Git List <git@vger.kernel.org>,
	Junio C Hamano <gitster@pobox.com>,
	Johannes Schindelin <johannes.schindelin@gmx.de>
Cc: Jiang Xin <worldhello.net@gmail.com>,
	"dependabot [bot]" <support@github.com>
Subject: [L10N] ci: bump GitHub Actions versions in l10n.yml
Date: Wed, 14 Feb 2024 12:38:46 +0800	[thread overview]
Message-ID: <20240214043846.4385-1-worldhello.net@gmail.com> (raw)

Hi Junio,

Johannes (dscho) sent a pull request [1] which updates the git-l10n
GitHub Actions to the git-l10n repository. This change can be tested
directly in the git-l10n repository, because the git-l10n GitHub Actions
is only turned on in the git-l10n repository. I will merge this commit
in my tree and send it to you this Sunday along with other l10n updates.

[1] https://github.com/git-l10n/git-po/pull/749/

--- >8 ---
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Wed, 7 Feb 2024 19:42:17 +0000
Subject: [PATCH] l10n: bump Actions versions in l10n.yml

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index 6c3849658a..3d89758981 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -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' &&
-- 
2.44.0.rc0


             reply	other threads:[~2024-02-14  4:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14  4:38 Jiang Xin [this message]
2024-02-14 18:27 ` [L10N] ci: bump GitHub Actions versions in l10n.yml Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240214043846.4385-1-worldhello.net@gmail.com \
    --to=worldhello.net@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=johannes.schindelin@gmx.de \
    --cc=support@github.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.