Skip to content

Commit c690703

Browse files
Bump softprops/action-gh-release from 2.2.2 to 2.3.2 in the gh-actions group (#209)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29045c2 commit c690703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }}
2525
- name: Create release
2626
if: steps.version-metadata.outputs.changed == 'true'
27-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
27+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
2828
with:
2929
generate_release_notes: true
3030
tag_name: v${{ steps.version-metadata.outputs.newVersion }}

0 commit comments

Comments
 (0)