Skip to content

Commit

Permalink
Merge pull request #9 from rabiloo/dependabot/github_actions/hashicor…
Browse files Browse the repository at this point in the history
…p/setup-terraform-3

Bump hashicorp/setup-terraform from 2 to 3
  • Loading branch information
oanhnn authored Feb 21, 2024
2 parents 50f353d + 2f6d90a commit 67c3895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Show Terraform version
run: terraform --version
Expand Down

0 comments on commit 67c3895

Please sign in to comment.