diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c2c67e86..c8a5376b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -20,7 +20,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Get ref from pr id: comment-branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 if: steps.trigger-deployment.outputs.triggered == 'true' - name: Checkout `main` branch uses: actions/checkout@v4