Skip to content

Commit 3550d8a

Browse files
ci(deps): bump softprops/action-gh-release from 2.3.2 to 3.0.0 (#130)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 3.0.0. - [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@72f2c25...b430933) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed5bbf1 commit 3550d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Create release
141141
if: ${{ inputs.create_release }}
142-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
142+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
143143
with:
144144
draft: true
145145
tag_name: v${{ needs.version.output.version }}

0 commit comments

Comments
 (0)