From 1cddbda87f61b0003d52702b53330409c91f61eb Mon Sep 17 00:00:00 2001 From: Seyeong Jeon <86130706+skiende74@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:20:19 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20thollander/actions-comment-pull-reques?= =?UTF-8?q?t=20v1->v2=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 7d76a542..5c2c5370 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -25,7 +25,7 @@ jobs: npx chromatic --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }} --exit-zero-on-changes - name: Comment on PR - uses: thollander/actions-comment-pull-request@v1 + uses: thollander/actions-comment-pull-request@v2 if: ${{ github.event_name == 'pull_request' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}