From 5a78b0b5ce9a3e1471c22970b8d3cf2ffa8802f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:22:52 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release-lock-patch.yaml | 2 +- .github/workflows/release-requirements.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7676d850..ce8e0767 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -511,7 +511,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} @@ -524,7 +524,7 @@ jobs: - name: Update Release id: update_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ always() && hashFiles('setup.py', 'pyproject.toml') }} env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/release-lock-patch.yaml b/.github/workflows/release-lock-patch.yaml index d085b390..855a5490 100644 --- a/.github/workflows/release-lock-patch.yaml +++ b/.github/workflows/release-lock-patch.yaml @@ -448,7 +448,7 @@ jobs: - name: Create GitHub Release if: steps.is-patch-release.outputs.is_patch == 'true' && steps.check-tag.outputs.exists == 'false' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.extract-version.outputs.version }} name: Release v${{ steps.extract-version.outputs.version }} diff --git a/.github/workflows/release-requirements.yaml b/.github/workflows/release-requirements.yaml index c5f9f7e6..2c62c843 100644 --- a/.github/workflows/release-requirements.yaml +++ b/.github/workflows/release-requirements.yaml @@ -666,7 +666,7 @@ jobs: - name: Create GitHub Release if: steps.is-patch-release.outputs.is_patch == 'true' && steps.check-tag.outputs.exists == 'false' && steps.extract-version.outputs.version != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.extract-version.outputs.version }} name: Release v${{ steps.extract-version.outputs.version }} - Requirements Updates