Skip to content

Commit efbe3cd

Browse files
Bump softprops/action-gh-release from 2.4.2 to 2.5.0
1 parent 8c6158c commit efbe3cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ jobs:
748748
run: sha256sum $ASSET_FILES | awk '{sub(".*/", "", $2); print $1" "$2}' > checksums.txt
749749
- name: Create GitHub release
750750
id: create_release
751-
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
751+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
752752
with:
753753
name: ${{ steps.r2v.outputs.branch }}
754754
tag_name: ${{ needs.check_release.outputs.tag_name }}

0 commit comments

Comments
 (0)