From 6167d5258d6734ef57e76f2d4349edb69e6fa319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:50:01 +0000 Subject: [PATCH] chore(deps): update peter-evans/commit-comment action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b76deb5..1bc9545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: if: failure() # only run this job when any of the previous jobs fail. steps: - name: Notify through commit comment - uses: peter-evans/commit-comment@v3 + uses: peter-evans/commit-comment@v4 with: body: "@peterjuras: The workflow failed!"