ci: bump softprops/action-gh-release to v2 - #759
Conversation
Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Hi @mvanhorn, Can you fix the remaining deprecation warnings? In this way we can close
/issues/724.
|
|
Hi @mvanhorn, Any updates on the PR yet? |
|
Nothing outstanding on my side — the branch is still mergeable against main and all the e2e jobs (cgroups v1/v2, k8s, optimizer) are green. It's a single version bump of |
|
The Security scan failure here isn't from this PR. They look like stdlib/toolchain advisories that landed after the last green run, so |

Overview
Bumps
softprops/action-gh-releasefrom v1 to v2 in the release workflow. v1 runs on Node.js 20; v2 runs on Node.js 24.Related Issues
Fixes #724
Change Details
softprops/action-gh-release@v1was the last remaining Node.js 20-era GitHub Action in.github/workflows/release.yml. The rest of #724 is already addressed: everyactions/checkoutis on@v6andazure/setup-helmhas been removed from the workflow tree. Bumping this single action to@v2clears the final Node.js 20 deprecation warning. Thename,generate_release_notes, andfilesinputs already in use are all supported unchanged in v2, so no other changes are needed.Test Results
No functional change to the release output. Verified by grep that
softprops/action-gh-releasenow resolves only to@v2and that no other@v1JavaScript action remains in.github/workflows/.Change Type
Self-Checklist