Skip to content

Commit b494802

Browse files
chore(deps): update hashicorp/setup-terraform action to v3
1 parent 6c253ff commit b494802

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ansible-set-up.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: set-up-homebrew
5151
uses: Homebrew/actions/setup-homebrew@master
5252

53-
- uses: hashicorp/setup-terraform@v2
53+
- uses: hashicorp/setup-terraform@v3
5454
## https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
5555
## * https://github.com/hashicorp/setup-terraform/issues/20 ### :: This took my 2 Hours 😡 :: ####
5656
- name: Terraform Outputs for Temporary NSG Rule

.github/workflows/terraform-infra-set-up.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v3
7777

7878
- name: Set up Terraform
79-
uses: hashicorp/setup-terraform@v2
79+
uses: hashicorp/setup-terraform@v3
8080
with:
8181
terraform_version: ${{ inputs.terraform-version }}
8282

@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v3
118118

119119
- name: Set up Terraform
120-
uses: hashicorp/setup-terraform@v2
120+
uses: hashicorp/setup-terraform@v3
121121
with:
122122
terraform_version: ${{ inputs.terraform-version }}
123123

0 commit comments

Comments
 (0)