From 64f9f5c0234d6ca317a31448da29ac343e789f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:54:21 +0000 Subject: [PATCH] ci(deps): bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release 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 7dc3efd..9726b51 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@v1 + uses: softprops/action-gh-release@v2 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 7dc3efd..9726b51 100644 --- a/.github/workflows/poetry-release.yaml +++ b/.github/workflows/poetry-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@v1 + uses: softprops/action-gh-release@v2 with: body_path: "release-body.md" tag_name: v${{ steps.cz.outputs.version }}