From 89cb0d3178c2d78c0463da56ff2aec5a76b5f4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:22:12 +0000 Subject: [PATCH] chore(deps): Bump softprops/action-gh-release in the actions group Bumps the actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.0.8 to 2.0.9 - [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/c062e08bd532815e2082a85e87e3ef29c3e6d191...e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-body.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-body.yml b/.github/workflows/release-body.yml index 564be84222..c03b56e5f3 100644 --- a/.github/workflows/release-body.yml +++ b/.github/workflows/release-body.yml @@ -98,7 +98,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }} @@ -182,7 +182,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }}