From 1bcdd71a26894a27757b0b87cfdd4b0354298964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:54:53 +0000 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v3 --- .github/workflows/__job_messages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__job_messages.yml b/.github/workflows/__job_messages.yml index db39f1dca2..c61bae4c67 100644 --- a/.github/workflows/__job_messages.yml +++ b/.github/workflows/__job_messages.yml @@ -57,7 +57,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Push comment to Pull Request 🔼 - uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0 + uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0 if: ${{ inputs.comment && steps.compose.conclusion == 'success' }} with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}