From b213dd815a969c601f1df45f247795bd157332ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:55:05 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.2 --- .github/workflows/release-cli.yml | 2 +- .github/workflows/release-core.yml | 2 +- .github/workflows/release-ffi.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 98fb755ab..627e5be50 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -296,7 +296,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: wheelhouse/* body_path: ${{ runner.temp }}/release-changelog.md diff --git a/.github/workflows/release-core.yml b/.github/workflows/release-core.yml index 9299fda20..fb2c5717b 100644 --- a/.github/workflows/release-core.yml +++ b/.github/workflows/release-core.yml @@ -251,7 +251,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: wheelhouse/* body_path: ${{ runner.temp }}/release-changelog.md diff --git a/.github/workflows/release-ffi.yml b/.github/workflows/release-ffi.yml index 9ca46849b..01401cec5 100644 --- a/.github/workflows/release-ffi.yml +++ b/.github/workflows/release-ffi.yml @@ -297,7 +297,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: wheelhouse/* body_path: ${{ runner.temp }}/release-changelog.md