On Tue, Nov 08, 2022 at 10:13:28AM +0000, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > 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. Thanks for working on this. I also appreciate you taking a more minimal approach by avoiding touching the explicit "echo ::set-output::"'s throughout the workflow definition, since there is other work going on there. So let's merge this one down, let the dust settle on the other topic, and then come back and remove the remaining ::set-output::'s later on. Thanks, Taylor