Skip to content

Commit 665caed

Browse files
chore(deps): update softprops/action-gh-release action to v2.4.2
| datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | softprops/action-gh-release | v2.2.2 | v2.4.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 242fd1e commit 665caed

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
@@ -45,7 +45,7 @@ jobs:
4545
run: ./build.sh $TAG
4646

4747
- name: Create Release
48-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
48+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
4949
if: ${{ steps.build.outputs.tag != '' }}
5050
with:
5151
name: ${{ steps.build.outputs.tag }}

0 commit comments

Comments
 (0)