Skip to content

Commit edf8168

Browse files
Merge pull request #958 from metal3-io/dependabot/github_actions/release-34.0/github-actions-7c41760cc1
🌱 Bump softprops/action-gh-release from 2.5.0 to 2.5.3 in the github-actions group
2 parents 820c835 + 7524dcf commit edf8168

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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
108+
uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
109109
with:
110110
draft: true
111111
body_path: ${{ env.RELEASE_TAG }}.md

0 commit comments

Comments
 (0)