From 62b42ec4525c4ab212ca1c054826c0d4827d43b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:43:26 +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 c2c7d8b..698e6ab 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!"