]> git.ipfire.org Git - thirdparty/git.git/commit
ci: use a newer `github-script` version
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 8 Nov 2022 10:13:28 +0000 (10:13 +0000)
committerTaylor Blau <me@ttaylorr.com>
Tue, 8 Nov 2022 20:35:13 +0000 (15:35 -0500)
commit63357b79c9384158ff169b910eab501dff4abf8b
treebf509a6a38913d51f0db75877500621ea0faf321
parent3b08839926fcc7cc48cf4c759737c1a71af430c1
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