Skip to content

Commit 8e0c741

Browse files
dependabot[bot]FedeDP
authored andcommitted
chore(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](softprops/action-gh-release@de2c0eb...c062e08) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70f0538 commit 8e0c741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release-body.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md
9999
100100
- name: Release
101-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
101+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
102102
with:
103103
body_path: ./release-body.md
104104
tag_name: ${{ github.event.release.tag_name }}
@@ -182,7 +182,7 @@ jobs:
182182
echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md
183183
184184
- name: Release
185-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
185+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
186186
with:
187187
body_path: ./release-body.md
188188
tag_name: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)