From 54ec8d40436cba46b39105e888de3ddf4f8c4056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:15:10 +0000 Subject: [PATCH] ci(tools): update softprops/action-gh-release action to v2.3.0 --- .github/workflows/go-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-binaries.yml b/.github/workflows/go-binaries.yml index ff795eb..3920f1c 100644 --- a/.github/workflows/go-binaries.yml +++ b/.github/workflows/go-binaries.yml @@ -39,7 +39,7 @@ jobs: run: make release - name: Create GitHub Release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0 if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true