From 9b2229c7b1828d1ec29b6a268d6b00daab84a7e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:42:28 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3 --- .github/workflows/test-env-deploy.yml | 2 +- .github/workflows/test-env-remove.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index 32672c1..c69a343 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -53,7 +53,7 @@ jobs: echo "$OUTPUT" | grep "^remote: github:" | sed s/^remote:\ github:\ /""/g >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 if: ${{ env.GIT_OUTPUT }} with: header: test-env diff --git a/.github/workflows/test-env-remove.yml b/.github/workflows/test-env-remove.yml index 35c2434..a127813 100644 --- a/.github/workflows/test-env-remove.yml +++ b/.github/workflows/test-env-remove.yml @@ -25,7 +25,7 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "Github Actions" git push --delete server ${GITHUB_REPOSITORY}--${GITHUB_HEAD_REF} - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 with: header: test-env append: true