From eb4f5c9a55b3e87f9b20cf7b74d5fb83c005deaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:09:43 +0200 Subject: [PATCH] deps: update dependency hashicorp/consul to v1.20.6 (#945) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37fc622..593665d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -167,7 +167,7 @@ jobs: matrix: include: - nomad: 1.10.0 # renovate: datasource=github-releases depName=hashicorp/nomad - consul: 1.20.5 # renovate: datasource=github-releases depName=hashicorp/consul + consul: 1.20.6 # renovate: datasource=github-releases depName=hashicorp/consul env: TF_VAR_nomad_version: ${{ matrix.nomad }} -- GitLab