From c314e604c0d6509fdf047128c9dc2350cd35be4c Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Wed, 10 Apr 2024 19:22:09 -0400 Subject: [PATCH] CI: Update softprops/action-gh-release to v2.0.4 This is the last remaining action in this repo that was still using node16. Updating should remove the associated warnings. --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 64ec703e..af5b5305 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -106,7 +106,7 @@ jobs: - name: Create Release 🛫 if: fromJSON(steps.check.outputs.validTag) id: create_release - uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: draft: true prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}