From 54cfb127a25225db8e8d5be8ee22464715f1fd6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:35:28 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 3d0d988 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bf853b..eb22de6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: run: python -m build --wheel --outdir dist/ - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: name: "anolis-protocol ${{ steps.version.outputs.version }}" body: "Release anolis-protocol ${{ steps.version.outputs.version }} source artifacts." @@ -121,6 +121,6 @@ jobs: path: metrics-out/ - name: Upload metrics.json to release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: metrics-out/metrics.json