Skip to content

Commit 7391e08

Browse files
Merge pull request #849 from metal3-io/dependabot/github_actions/main/github-actions-20dc1db0c3
🌱 Bump softprops/action-gh-release from 2.4.2 to 2.5.0 in the github-actions group
2 parents a058212 + 8df643f commit 7391e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
106106
-o "${{ env.RELEASE_TAG }}.md"
107107
- name: Release
108-
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
108+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
109109
with:
110110
draft: true
111111
body_path: ${{ env.RELEASE_TAG }}.md

0 commit comments

Comments
 (0)