diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index cf5b9b95b8f..08bb7c15592 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Create comment - uses: thollander/actions-comment-pull-request@v1.5.0 + uses: thollander/actions-comment-pull-request@v1.6.0 with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} message: ${{ needs.compose-comment.outputs.msg }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8342cbfa7eb..15169df0ca3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Update job summary in PR comment - uses: thollander/actions-comment-pull-request@v1.5.0 + uses: thollander/actions-comment-pull-request@v1.6.0 with: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }} message: ${{ needs.compose-comment.outputs.msg }}