diff --git a/.github/workflows/terraform-plan-and-apply.yml b/.github/workflows/terraform-plan-and-apply.yml index 387ee167b8..ec4bab8d92 100644 --- a/.github/workflows/terraform-plan-and-apply.yml +++ b/.github/workflows/terraform-plan-and-apply.yml @@ -71,7 +71,7 @@ jobs: working-directory: infra/terraform - name: Post PR comment - uses: borchero/terraform-plan-comment@3399d8dbae8b05185e815e02361ede2949cd99c4 # v2.4.0 + uses: borchero/terraform-plan-comment@434458316f8f24dd073cd2561c436cce41dc8f34 # v2.4.1 if: always() && github.ref != 'refs/heads/main' && (steps.plan.outcome == 'success' || steps.plan.outcome == 'failure') with: token: ${{ github.token }}