git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] GitHub Actions update
@ 2024-02-02 20:39 Junio C Hamano
  2024-02-02 20:39 ` [PATCH 1/2] GitHub Actions: update to checkout@v4 Junio C Hamano
  2024-02-02 20:39 ` [PATCH 2/2] GitHub Actions: update to github-script@v7 Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Junio C Hamano @ 2024-02-02 20:39 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-03 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02 20:39 [PATCH 0/2] GitHub Actions update Junio C Hamano
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

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).