Skip to content

Commit f5c6b70

Browse files
Merge pull request #8 from Back-to-code/dependabot/github_actions/softprops/action-gh-release-3.0.0
chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.0
2 parents e4e9dd5 + df369bf commit f5c6b70

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
@@ -29,7 +29,7 @@ jobs:
2929
git push origin "v${MAJOR}" --force
3030
- name: GitHub Release
3131
if: steps.tag.outputs.new_tag
32-
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
32+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
3333
with:
3434
tag_name: ${{ steps.tag.outputs.new_tag }}
3535
body: ${{ steps.tag.outputs.changelog }}

0 commit comments

Comments
 (0)