From 127fa3e73aa674bb5ad85fc6ce437fe48768e40b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:37:26 +0000 Subject: [PATCH] ci(tools): update softprops/action-gh-release action to v2 --- .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 2f547b8..bf6ca1f 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@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true