diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ee6a42..b0e8913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - run: npm run validate - run: python -m py_compile services/transform/glue/jobs/*.py tests/aws/dev-account/*.py - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform fmt -check -recursive infra/terraform - run: terraform -chdir=infra/terraform/bootstrap init -backend=false - run: terraform -chdir=infra/terraform/bootstrap validate diff --git a/.github/workflows/infra-plan.yml b/.github/workflows/infra-plan.yml index 0df1b4d..49ac7d7 100644 --- a/.github/workflows/infra-plan.yml +++ b/.github/workflows/infra-plan.yml @@ -16,7 +16,7 @@ jobs: environment: dev steps: - uses: actions/checkout@v4 - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform -chdir=infra/terraform/bootstrap init -backend=false - run: terraform -chdir=infra/terraform/bootstrap validate - run: terraform -chdir=infra/terraform/bootstrap plan -input=false -lock=false