]> git.ipfire.org Git - thirdparty/git.git/commit
GitHub Actions: update to checkout@v4
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2024 20:39:34 +0000 (12:39 -0800)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 16 Apr 2024 22:00:57 +0000 (00:00 +0200)
commitce47f7c85f6a69b3c9a97f6b97dbed66069142c4
treeef65b163bc445586ab62a703f6b657807811bde0
parent6133e3a77ea2df522c91d6bbaf4b9911d1ec9d3c
GitHub Actions: update to checkout@v4

We seem to be getting "Node.js 16 actions are deprecated." warnings
for jobs that use checkout@v3.  Except for the i686 containers job
that is kept at checkout@v1 [*], update to checkout@v4, which is
said to use Node.js 20.

[*] 6cf4d908 (ci(main): upgrade actions/checkout to v3, 2022-12-05)
    refers to https://github.com/actions/runner/issues/2115 and
    explains why container jobs are kept at checkout@v1.  We may
    want to check the current status of the issue and move it to the
    same version as other jobs, but that is outside the scope of
    this step.

Backported-from: e94dec0c1d (GitHub Actions: update to checkout@v4, 2024-02-02)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.github/workflows/check-whitespace.yml
.github/workflows/main.yml