From a553f7a0cfb5176f1446c4a8d44a8b4fb386e6f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:53:28 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/nomad to v2 --- .github/workflows/test.yml | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 551d673..1647ee1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - uses: hashicorp/setup-nomad@main id: setup with: - version: 1.11.3 # renovate: datasource=github-releases depName=hashicorp/nomad + version: 2.0.0 # renovate: datasource=github-releases depName=hashicorp/nomad - name: setup consul binary run: | diff --git a/variables.tf b/variables.tf index c83a3de..ce0c497 100644 --- a/variables.tf +++ b/variables.tf @@ -11,7 +11,7 @@ variable "consul_version" { variable "nomad_version" { description = "Nomad version used for the environment" - default = "1.11.3" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?.+) + default = "2.0.0" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?.+) } variable "worker_count" {