From 10999aaf68f5bc391a924a707f3a44292cb6526d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 21:55:07 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7766655..1f10df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: > - **Commit:** [`${{ github.sha }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) > - **Branch:** `${{ github.head_ref || github.ref_name }}` > - **Triggered by:** @${{ github.actor }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.5 with: GITHUB_TOKEN: ${{ secrets.BOT_PAT }} header: CI-MONITOR @@ -103,7 +103,7 @@ jobs: > **Details:** > - **Commit:** (https://github.com/${{ github.repository }}/commit/${{ github.sha }}) - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.5 with: GITHUB_TOKEN: ${{ secrets.BOT_PAT }} header: CI-MONITOR