From 6d652d05cea0d2a9fc1aee5723bb11b5fa933646 Mon Sep 17 00:00:00 2001 From: samitab Date: Mon, 29 Apr 2024 09:43:12 +1000 Subject: [PATCH] [ignore] Update terraform action version --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 51bc92fc3..bafed17c4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -55,8 +55,8 @@ jobs: fail-fast: false matrix: apic_host: - - name: v4.2 - url: 'https://173.36.219.68/' + # - name: v4.2 + # url: 'https://173.36.219.68/' - name: v5.2 url: 'https://173.36.219.69/' - name: v6.0 @@ -70,7 +70,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: '1.7.*' terraform_wrapper: false