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 }}