From 8afd614cfe648ced264cdfc8c8f52d821fb8569e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 May 2026 21:51:20 +0200 Subject: [PATCH] Update softprops/action-gh-release to v3 The old version will stop working in late June, due to GitHub switching to a newer Node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0c45f02..8edbc30 100644 --- a/action.yml +++ b/action.yml @@ -237,7 +237,7 @@ runs: done - name: "Make GitHub release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ inputs.dry-run == 'false' }} with: name: "${{ env.PKGNAME }} ${{ env.VERSION }}"