From 5218fbc8dc59c57a5aa4be3ec880bcc35bc3ec1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:36:46 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v5 --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index a4637d4..500c9a5 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -88,7 +88,7 @@ jobs: const url = jarArtifact.archive_download_url; core.setOutput('jar_url', url); - name: Create or Update PR Comment with direct JAR download link - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }}