From 26b18888b43f0c8de530e8fcfcfc8b73b5504b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:59:04 +0000 Subject: [PATCH] ci(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/cz-bump-release.yaml | 2 +- .github/workflows/poetry-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cz-bump-release.yaml b/.github/workflows/cz-bump-release.yaml index 82cd9fa..69f46f9 100644 --- a/.github/workflows/cz-bump-release.yaml +++ b/.github/workflows/cz-bump-release.yaml @@ -43,7 +43,7 @@ jobs: github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }} changelog_increment_filename: "release-body.md" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: "release-body.md" tag_name: v${{ steps.cz.outputs.version }} diff --git a/.github/workflows/poetry-release.yaml b/.github/workflows/poetry-release.yaml index d204ece..96783e3 100644 --- a/.github/workflows/poetry-release.yaml +++ b/.github/workflows/poetry-release.yaml @@ -48,7 +48,7 @@ jobs: github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }} changelog_increment_filename: "release-body.md" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: "release-body.md" tag_name: v${{ steps.cz.outputs.version }}