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