ci: use a newer `github-script` version
commit0ddd73fa9f9581f9b978515f10ddba881b85b037
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 8 Nov 2022 10:13:28 +0000 (8 10:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Dec 2022 07:32:16 +0000 (10 16:32 +0900)
tree6b4292a357216773e8ae8fd7609bb333924bc813
parente71f00f73f02196972042b119ea07f91b526956e
ci: use a newer `github-script` version

The old version we currently use runs in node.js v12.x, which is being
deprecated in GitHub Actions. The new version uses node.js v16.x.

Incidentally, this also avoids the warning about the deprecated
`::set-output::` workflow command because the newer version of the
`github-script` Action uses the recommended new way to specify outputs.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
.github/workflows/main.yml