From 463d3fb751508c19a7c61c183dc7f3cebf5c63f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:39:48 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.6.1 to 3.0.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1168e44b..e9a9c9e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: - name: Upload installer to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: | @@ -235,7 +235,7 @@ jobs: name: python-package-distributions path: dist/ - name: Upload artifacts to release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: dist/* diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f998b6ae..4662d714 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -109,7 +109,7 @@ jobs: - name: Upload PDF to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: doc/_build/latex/dfetch-*.pdf diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9ae82c1..1585177c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Create release if: ${{ steps.release_info.outputs.tag }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ steps.release_info.outputs.tag }} name: ${{ steps.release_info.outputs.tag }}