From 91f622b3b2ef573769f6bd605b853839bce0161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:22:25 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance-report.yml | 2 +- .github/workflows/repl-artefacts.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}