Skip to content

Commit ba4f791

Browse files
build(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.3 to 2.3.4. - [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.3.3...v2.3.4) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8cf0a4e commit ba4f791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
merge-multiple: true
328328

329329
- name: Prepare a release
330-
uses: softprops/[email protected].3
330+
uses: softprops/[email protected].4
331331
with:
332332
generate_release_notes: true
333333
body: |
@@ -396,7 +396,7 @@ jobs:
396396
await script({ core, github, context });
397397
398398
- name: Update unstable release
399-
uses: softprops/[email protected].3
399+
uses: softprops/[email protected].4
400400
with:
401401
name: "Unstable build"
402402
tag_name: unstable

0 commit comments

Comments
 (0)