From 467f222a6b235e420107fea8908c6ac4e9ad3d3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:56:46 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.1 --- .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 823fb94a7..94bee2642 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -266,7 +266,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 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 a1c4dd6fc..b5bd4a89e 100644 --- a/.github/workflows/release-core.yml +++ b/.github/workflows/release-core.yml @@ -223,7 +223,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 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 6b6a691c0..ac78f0d13 100644 --- a/.github/workflows/release-ffi.yml +++ b/.github/workflows/release-ffi.yml @@ -267,7 +267,7 @@ jobs: merge-multiple: true - name: Create GitHub release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: wheelhouse/* body_path: ${{ runner.temp }}/release-changelog.md