From 38d71c4835d5665a2b66e022b0f12d74cb7d0866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:02:33 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 9b795e5 --- .github/workflows/reusable-releaser-go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-releaser-go.yml b/.github/workflows/reusable-releaser-go.yml index 5731b95..e390f92 100644 --- a/.github/workflows/reusable-releaser-go.yml +++ b/.github/workflows/reusable-releaser-go.yml @@ -137,7 +137,7 @@ jobs: run: make bina - name: Create Release (with bina) - uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa + uses: softprops/action-gh-release@9b795e578288d5ff64564dfa7dd4cda7b04bb648 if: ${{ inputs.generate-bina }} with: body_path: gittaglogs.txt @@ -148,7 +148,7 @@ jobs: draft: false - name: Create Release - uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa + uses: softprops/action-gh-release@9b795e578288d5ff64564dfa7dd4cda7b04bb648 if: ${{ inputs.generate-bina == false }} with: body_path: gittaglogs.txt