From 744388a142359ff2a494c4fdb0cbcf6c7ca261b4 Mon Sep 17 00:00:00 2001 From: Andy Chen Date: Tue, 7 May 2024 15:28:15 -0700 Subject: [PATCH] fix(dependency): rename jungwinter to winterjung --- prerelease-msvc/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prerelease-msvc/action.yaml b/prerelease-msvc/action.yaml index dd168b5..2e12e38 100644 --- a/prerelease-msvc/action.yaml +++ b/prerelease-msvc/action.yaml @@ -208,7 +208,7 @@ runs: body-includes: "" - name: Delete previous release note if: steps.fc-prerelease.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc-prerelease.outputs.comment-id }}