From 82f5fab2f6d5d51fc596f4fb1cdaa0c1288c732f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:31:33 +0000 Subject: [PATCH] deps(deps): update softprops/action-gh-release digest to a06a81a 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 5a5f8382..12d61574 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: make haul - name: Attach Hauls to release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # 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