Skip to content

Commit 671eabe

Browse files
Update hashicorp/setup-terraform action to v3 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent c0f655e commit 671eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
echo "ATMOS_CLI_CONFIG_PATH=$(realpath ${{ steps.config.outputs.atmos-config-path }})" >> $GITHUB_ENV
7474
7575
- name: Install Terraform
76-
uses: hashicorp/setup-terraform@v2
76+
uses: hashicorp/setup-terraform@v3
7777
with:
7878
terraform_version: ${{ steps.config.outputs.terraform-version }}
7979
terraform_wrapper: false

0 commit comments

Comments
 (0)