From e88c4d4df945fc72c76dbb7d69f5137af73ba4b9 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Sat, 13 Apr 2024 12:59:49 -0400 Subject: [PATCH] CI: Update softprops/action-gh-release to v2.0.4 This version of the action was still using node16. Updating should remove the associated warnings. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1f76972..9cc106f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: draft: true prerelease: false