From 25a4cc7cadcf75d490971c40b910890e637226f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:31:29 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5fb7e79..ccbb862 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -78,7 +78,7 @@ jobs: cat code-coverage-summary.md >> $GITHUB_STEP_SUMMARY cat code-coverage-details.md >> $GITHUB_STEP_SUMMARY - name: Add Coverage as PR Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.4 if: github.event_name == 'pull_request' with: recreate: true