Skip to content

Commit

Permalink
ci: bump v10.1.0 release SHAs (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar authored Apr 3, 2024
1 parent 7c71896 commit a344f3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/examples/tf_via_pr_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0

- name: Provision TF
uses: devsectop/tf-via-pr-comments@dc6ce4481c36f83bd8a5110040499da17df6cb1a # v9.1.0
uses: devsectop/tf-via-pr-comments@7c7189683e615af6aa8cca70c58caab74f6002b0 # v 10.1.0
env:
TF_VAR_PLACEHOLDER: value
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/examples/tf_via_pr_comments_or_input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0

- name: Provision TF
uses: devsectop/tf-via-pr-comments@dc6ce4481c36f83bd8a5110040499da17df6cb1a # v9.1.0
uses: devsectop/tf-via-pr-comments@7c7189683e615af6aa8cca70c58caab74f6002b0 # v 10.1.0
env:
TF_VAR_PLACEHOLDER: value
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/examples/tf_via_pr_input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0

- name: Provision TF
uses: devsectop/tf-via-pr-comments@dc6ce4481c36f83bd8a5110040499da17df6cb1a # v9.1.0
uses: devsectop/tf-via-pr-comments@7c7189683e615af6aa8cca70c58caab74f6002b0 # v 10.1.0
env:
TF_VAR_PLACEHOLDER: value
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/examples/tf_via_pr_input_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Provision TF
id: tf
uses: devsectop/tf-via-pr-comments@dc6ce4481c36f83bd8a5110040499da17df6cb1a # v9.1.0
uses: devsectop/tf-via-pr-comments@7c7189683e615af6aa8cca70c58caab74f6002b0 # v 10.1.0
env:
TF_VAR_PLACEHOLDER: value
with:
Expand Down

0 comments on commit a344f3e

Please sign in to comment.