From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: [PATCH 0/2] GitHub Actions update
Date: Fri, 2 Feb 2024 12:39:33 -0800 [thread overview]
Message-ID: <20240202203935.1240458-1-gitster@pobox.com> (raw)
The CI jobs are getting "Node.js 16 actions are deprecated."
warnings for jobs that use checkout@v3, github-script@v6, and
download-artifact@v3.
These two patches update these jobs to use checkout@v4 and
github-script@v7, both of which are said to use Node.js 20.
download-artifact@v4 exists but it is labeled as "major changes"
with breaking changes, so I refrained from touching its use to defer
it to folks who are more experienced with its use.
Junio C Hamano (2):
GitHub Actions: update to checkout@v4
GitHub Actions: update to github-script@v7
.github/workflows/check-whitespace.yml | 2 +-
.github/workflows/coverity.yml | 2 +-
.github/workflows/main.yml | 20 ++++++++++----------
3 files changed, 12 insertions(+), 12 deletions(-)
--
2.43.0-522-g2a540e432f
next reply other threads:[~2024-02-02 20:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 20:39 Junio C Hamano [this message]
2024-02-02 20:39 ` [PATCH 1/2] GitHub Actions: update to checkout@v4 Junio C Hamano
[not found] ` <CADCFv=5=uwp_NVpndTYFiRRK4hEwmMdA2At80cXuS91V5mKN2A@mail.gmail.com>
2024-02-03 11:39 ` Óscar Domínguez Celada
2024-02-03 17:18 ` Junio C Hamano
2024-02-02 20:39 ` [PATCH 2/2] GitHub Actions: update to github-script@v7 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=20240202203935.1240458-1-gitster@pobox.com \
--to=gitster@pobox.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).