diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0fbcdeb..5010aa3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Setup Terraform - uses: hashicorp/setup-terraform@v1 + uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.1.2 - name: Initialise with no backend