We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2b843 commit 96d1400Copy full SHA for 96d1400
2 files changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: hashicorp/setup-nomad@main
32
id: setup
33
with:
34
- version: 2.0.0 # renovate: datasource=github-releases depName=hashicorp/nomad
+ version: 2.0.1 # renovate: datasource=github-releases depName=hashicorp/nomad
35
36
- name: setup consul binary
37
run: |
variables.tf
@@ -11,7 +11,7 @@ variable "consul_version" {
11
12
variable "nomad_version" {
13
description = "Nomad version used for the environment"
14
- default = "2.0.0" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
+ default = "2.0.1" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
15
}
16
17
variable "worker_count" {
0 commit comments