diff --git a/.github/workflows/lighthouse-on-vercel-preview-url.yml b/.github/workflows/lighthouse-on-vercel-preview-url.yml index e3c1d52..7f51826 100644 --- a/.github/workflows/lighthouse-on-vercel-preview-url.yml +++ b/.github/workflows/lighthouse-on-vercel-preview-url.yml @@ -54,7 +54,7 @@ jobs: ].join('\n') core.setOutput("comment", comment); - name: Create commit comment - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 with: body: | "${{ steps.format_lighthouse_score.outputs.comment }}"