From 3f555889b0414e4800c169b0bac02954ab5ed22e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:21:04 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.6.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48695cc..f287ea6 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: GH_TOKEN: "${{ inputs.github_token }}" - name: Release Artifacts - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: name: "Nightly Build (${{ env.DATE }})" tag_name: "nightly"