From 4afd543b00645c0cbd07e3e5213c625d43d2e773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 07:29:17 +0000 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v3 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ba8b7d69..6d522419d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: needs: build steps: - name: Add comment - uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 if: github.event_name == 'pull_request_target' with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} @@ -97,7 +97,7 @@ jobs: }} --commit-hash=${{ github.event.pull_request.head.sha || github.sha }} - name: Update status comment (Success) if: ${{ github.event_name == 'pull_request_target' && success() }} - uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} message: | @@ -113,7 +113,7 @@ jobs: mode: recreate - name: Update status comment (Failure) if: ${{ github.event_name == 'pull_request_target' && failure() }} - uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} message: |