Skip to content

Commit ac95b5d

Browse files
ci: update terraform action to v3
1 parent bed0afc commit ac95b5d

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
@@ -84,7 +84,7 @@ jobs:
8484
- name: Create extra resources
8585
run: |
8686
cmk -u $CLOUDSTACK_API_URL -k $CLOUDSTACK_API_KEY -s $CLOUDSTACK_SECRET_KEY -o json create project name=terraform displaytext=terraform
87-
- uses: hashicorp/setup-terraform@v2
87+
- uses: hashicorp/setup-terraform@v3
8888
with:
8989
terraform_version: ${{ matrix.terraform-version }}
9090
terraform_wrapper: false

0 commit comments

Comments
 (0)