diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index 9dd36aab8..e8db0bcd7 100644 --- a/.github/workflows/performance-report.yml +++ b/.github/workflows/performance-report.yml @@ -142,7 +142,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: 'Performance report' - name: Create or update Performance report - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 id: createOrUpdatePerformanceReport with: comment-id: ${{ steps.findPerformanceReport.outputs.comment-id }} diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 20f0031b6..30e681af7 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -99,7 +99,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: 'Thank you for your contribution!' - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 id: createInitialComment with: comment-id: ${{ steps.findComment.outputs.comment-id }} @@ -124,7 +124,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Update comment with Vercel preview URL - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ steps.waitForVercel.outputs.url }} with: comment-id: ${{ steps.createInitialComment.outputs.comment-id }}