Skip to content

Commit 539fffa

Browse files
authored
docs: Adjust latest action tag in README (#17)
1 parent fb69007 commit 539fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GitHub Action to post the output of `terraform plan` to a pull request comment.
2222
- name: Plan
2323
run: terraform plan -out .planfile
2424
- name: Post PR comment
25-
uses: borchero/terraform-plan-comment@v1
25+
uses: borchero/terraform-plan-comment@v2
2626
with:
2727
token: ${{ github.token }}
2828
planfile: .planfile

0 commit comments

Comments
 (0)