From 2f3a573fc117e948006db5a74791bf47ca3055fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:24:24 +0000 Subject: [PATCH] chore(deps): update peter-evans/commit-comment action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4887404..b84719d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: - name: Comment Commit if: github.event_name == 'push' && steps.deploy.outputs.deployment-status == 'success' - uses: peter-evans/commit-comment@v3 + uses: peter-evans/commit-comment@v4 with: body: Deploy successfully ${{ env.url }}! token: ${{ secrets.BOT_TOKEN }}