mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
chore(deps): update hashicorp/setup-terraform action to v3 (#616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
79aad658dc
commit
d4a6e7b6ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Used docker version
|
||||
run: |
|
||||
docker version
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
- uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: ${{ matrix.terraform_version }}
|
||||
terraform_wrapper: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue