Skip to content

Commit 4d8a6b6

Browse files
committed
fix(dependency): rename jungwinter to winterjung
1 parent c202fb4 commit 4d8a6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-release-notes/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979
body-includes: "<!-- release notes preview comment -->"
8080
- name: Delete previous release note
8181
if: steps.fc-release-notes.outputs.comment-id != ''
82-
uses: jungwinter/comment@v1
82+
uses: winterjung/comment@v1
8383
with:
8484
type: delete
8585
comment_id: ${{ steps.fc-release-notes.outputs.comment-id }}
@@ -121,7 +121,7 @@ runs:
121121
body-includes: "<!-- breaking changes comment -->"
122122
- name: Delete previous breaking changes comment
123123
if: steps.fc-breaking-changes.outputs.comment-id != ''
124-
uses: jungwinter/comment@v1
124+
uses: winterjung/comment@v1
125125
with:
126126
type: delete
127127
comment_id: ${{ steps.fc-breaking-changes.outputs.comment-id }}

0 commit comments

Comments
 (0)