Skip to content

Commit ac4bbdd

Browse files
chore(deps): update borchero/terraform-plan-comment action to v3
1 parent 76561d8 commit ac4bbdd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/00-global.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Comment Terraform Plan
5353
if: github.event_name == 'pull_request'
54-
uses: borchero/terraform-plan-comment@v2
54+
uses: borchero/terraform-plan-comment@v3
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
planfile: .planfile

.github/workflows/01-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Comment Terraform Plan
8686
if: github.event_name == 'pull_request'
87-
uses: borchero/terraform-plan-comment@v2
87+
uses: borchero/terraform-plan-comment@v3
8888
with:
8989
token: ${{ secrets.GITHUB_TOKEN }}
9090
planfile: .planfile

.github/workflows/02-infrastructure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Comment Terraform Plan
101101
if: github.event_name == 'pull_request'
102-
uses: borchero/terraform-plan-comment@v2
102+
uses: borchero/terraform-plan-comment@v3
103103
with:
104104
token: ${{ secrets.GITHUB_TOKEN }}
105105
planfile: .planfile

.github/workflows/03-services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Comment Terraform Plan
9393
if: github.event_name == 'pull_request'
94-
uses: borchero/terraform-plan-comment@v2
94+
uses: borchero/terraform-plan-comment@v3
9595
with:
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
planfile: .planfile

0 commit comments

Comments
 (0)