Merge pull request #157 from kube-hetzner/dependabot/github_actions/hashicorp/setup-terraform-2

Bump hashicorp/setup-terraform from 1 to 2
This commit is contained in:
Paul Haerle 2022-04-19 10:45:03 +02:00 committed by GitHub
commit 5087c15bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
- name: Terraform Format
run: terraform fmt -check -diff
- name: Terraform Init