From c8d072985e30a248dbed1f8b42d610de4dc9abde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:21:12 +0000 Subject: [PATCH] deps(deps): update softprops/action-gh-release digest to e7a8f85 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index add76ee6..c847f971 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: run: make haul - name: Attach Hauls to release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2 with: tag_name: ${{ needs.call-release.outputs.tag_name }} files: ./validator-haul-linux-amd64.tar.zst,./validator-haul-linux-arm64.tar.zst \ No newline at end of file