Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 36f8f1f

Browse files
authored
Merge pull request #18948 from CDCgov/dependabot/github_actions/borchero/terraform-plan-comment-3
Bump borchero/terraform-plan-comment from 2 to 3
2 parents 58438de + 0024b28 commit 36f8f1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_deprecations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: python ../../../../.github/scripts/tf-deprecations/check_tf_deprecations.py ${{ needs.pre_job.outputs.env_name }}-plan.json
9595

9696
- name: Comment Plan on PR
97-
uses: borchero/terraform-plan-comment@v2
97+
uses: borchero/terraform-plan-comment@v3
9898
with:
9999
token: ${{ secrets.GITHUB_TOKEN }}
100100
planfile: ${{ needs.pre_job.outputs.env_name }}-tf.plan

.github/workflows/deploy_terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Check for deprecations in the plan, print them out if found
8383
.github/scripts/tf-deprecations/check_tf_deprecations.py tfplan.json
8484
- name: Comment Plan on PR
85-
uses: borchero/terraform-plan-comment@v2
85+
uses: borchero/terraform-plan-comment@v3
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888
planfile: ${{ needs.pre_job.outputs.env_name }}-${{ github.sha }}.tfplan

0 commit comments

Comments
 (0)