Skip to content

Commit

Permalink
Update hashicorp/setup-terraform action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 30, 2023
1 parent fbd5ec2 commit 3ef8cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.15.1
- name: Terraform fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: [3.8.12]
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.15.1
- name: Setup Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3ef8cb1

Please sign in to comment.