Skip to content

Commit 4568e64

Browse files
dependabot[bot]andreasabel
authored andcommitted
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](softprops/action-gh-release@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] <support@github.com>
1 parent de26526 commit 4568e64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- run: git show HEAD --format='%s%n%n%b' -s > .release_body
14-
- uses: softprops/action-gh-release@v2
14+
- uses: softprops/action-gh-release@v3
1515
with:
1616
generate_release_notes: true
1717
body_path: .release_body

0 commit comments

Comments
 (0)