Skip to content

Commit 86f435e

Browse files
ci(deps): 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 99e4ed9 commit 86f435e

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
@@ -139,7 +139,7 @@ jobs:
139139
echo "EOF" >> $GITHUB_OUTPUT
140140
141141
- name: Create Release
142-
uses: softprops/action-gh-release@v2
142+
uses: softprops/action-gh-release@v3
143143
with:
144144
tag_name: ${{ steps.version.outputs.version }}
145145
name: Release ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)