]> git.ipfire.org Git - thirdparty/git.git/commit
ci(linux32): add a note about Actions that must not be updated
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 11 Feb 2024 12:11:29 +0000 (12:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 16:48:22 +0000 (08:48 -0800)
commit20e0ff883514216f5737a721443ee0dd59dbf68f
tree91349e07a82b3fe71c179d9d60972258c13788d8
parent820a3400851a018883a7396867aa679c3acb5568
ci(linux32): add a note about Actions that must not be updated

The Docker container used by the `linux32` job comes without Node.js,
and therefore the `actions/checkout` and `actions/upload-artifact`
Actions cannot be upgraded to the latest versions (because they use
Node.js).

One time too many, I accidentally tried to update them, where
`actions/checkout` at least fails immediately, but the
`actions/upload-artifact` step is only used when any test fails, and
therefore the CI run usually passes even though that Action was updated
to a version that is incompatible with the Docker container in which
this job runs.

So let's add a big fat warning, mainly for my own benefit, to avoid
running into the very same issue over and over again.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml