Skip to content

Commit 8ec38cf

Browse files
ci: update terraform action to v3
1 parent 4ba6f72 commit 8ec38cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Create extra resources
8282
run: |
8383
cmk -u $CLOUDSTACK_API_URL -k $CLOUDSTACK_API_KEY -s $CLOUDSTACK_SECRET_KEY -o json create project name=terraform displaytext=terraform
84-
- uses: hashicorp/setup-terraform@v2
84+
- uses: hashicorp/setup-terraform@v3
8585
with:
8686
terraform_version: ${{ matrix.terraform-version }}
8787
terraform_wrapper: false

0 commit comments

Comments
 (0)