diff --git a/.github/workflows/infra-deploy.yml b/.github/workflows/infra-deploy.yml index d86ba24..044fe98 100644 --- a/.github/workflows/infra-deploy.yml +++ b/.github/workflows/infra-deploy.yml @@ -15,7 +15,7 @@ concurrency: env: # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp - TERRAFORM_VERSION: "1.10.4" + TERRAFORM_VERSION: "1.10.5" jobs: deploy: diff --git a/.github/workflows/infra-test.yml b/.github/workflows/infra-test.yml index b9b2855..2af652c 100644 --- a/.github/workflows/infra-test.yml +++ b/.github/workflows/infra-test.yml @@ -12,7 +12,7 @@ permissions: env: # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp - TERRAFORM_VERSION: "1.10.4" + TERRAFORM_VERSION: "1.10.5" jobs: qa: