From a96ac43dc4d3fb386a09ad016d82eb55f3c9d2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:38:36 +0000 Subject: [PATCH] chore(deps): update borchero/terraform-plan-comment action to v3 --- .github/workflows/00-global.yaml | 2 +- .github/workflows/01-network.yaml | 2 +- .github/workflows/02-infrastructure.yaml | 2 +- .github/workflows/03-services.yaml | 2 +- .github/workflows/cloud-edge.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/00-global.yaml b/.github/workflows/00-global.yaml index f302a53d..1e949097 100644 --- a/.github/workflows/00-global.yaml +++ b/.github/workflows/00-global.yaml @@ -51,7 +51,7 @@ jobs: - name: Comment Terraform Plan if: github.event_name == 'pull_request' - uses: borchero/terraform-plan-comment@v2 + uses: borchero/terraform-plan-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} planfile: .planfile diff --git a/.github/workflows/01-network.yaml b/.github/workflows/01-network.yaml index 336742b0..52cccedc 100644 --- a/.github/workflows/01-network.yaml +++ b/.github/workflows/01-network.yaml @@ -84,7 +84,7 @@ jobs: - name: Comment Terraform Plan if: github.event_name == 'pull_request' - uses: borchero/terraform-plan-comment@v2 + uses: borchero/terraform-plan-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} planfile: .planfile diff --git a/.github/workflows/02-infrastructure.yaml b/.github/workflows/02-infrastructure.yaml index 9d879aa0..cf94b072 100644 --- a/.github/workflows/02-infrastructure.yaml +++ b/.github/workflows/02-infrastructure.yaml @@ -103,7 +103,7 @@ jobs: - name: Comment Terraform Plan if: github.event_name == 'pull_request' - uses: borchero/terraform-plan-comment@v2 + uses: borchero/terraform-plan-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} planfile: .planfile diff --git a/.github/workflows/03-services.yaml b/.github/workflows/03-services.yaml index b1851a8c..6b9e15c3 100644 --- a/.github/workflows/03-services.yaml +++ b/.github/workflows/03-services.yaml @@ -92,7 +92,7 @@ jobs: - name: Comment Terraform Plan if: github.event_name == 'pull_request' - uses: borchero/terraform-plan-comment@v2 + uses: borchero/terraform-plan-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} planfile: .planfile diff --git a/.github/workflows/cloud-edge.yaml b/.github/workflows/cloud-edge.yaml index bf00237f..6bcfef91 100644 --- a/.github/workflows/cloud-edge.yaml +++ b/.github/workflows/cloud-edge.yaml @@ -131,7 +131,7 @@ jobs: - name: Comment Terraform Plan if: github.event_name == 'pull_request' - uses: borchero/terraform-plan-comment@v2 + uses: borchero/terraform-plan-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} planfile: .planfile