From e6cbc422500823208ec691dd7b042730526baa23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:48:29 +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 2ebbd4ab..b294a16a 100644 --- a/.github/workflows/02-infrastructure.yaml +++ b/.github/workflows/02-infrastructure.yaml @@ -99,7 +99,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 b68d59b3..e0d7a95c 100644 --- a/.github/workflows/cloud-edge.yaml +++ b/.github/workflows/cloud-edge.yaml @@ -115,7 +115,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