GitHub Actions: update to checkout@v4
commite94dec0c1d7709282c2bff168bdad5485a95baa8
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2024 20:39:34 +0000 (2 12:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2024 21:00:34 +0000 (2 13:00 -0800)
tree9f9fb74f91a520b3860773d8d6c6034118532cd9
parent564d0252ca632e0264ed670534a51d18a689ef5d
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.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/check-whitespace.yml
.github/workflows/coverity.yml
.github/workflows/main.yml