Skip to content

Commit

Permalink
Update Patch and digest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot committed Nov 20, 2023
1 parent 327f995 commit 15b9f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.5
rev: v1.83.6
hooks:
- id: terraform_providers_lock
args:
Expand Down
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "vpc_endpoints" {

module "runner-instance-1" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.2.1"
version = "7.2.2"

environment = var.environment

Expand Down Expand Up @@ -150,7 +150,7 @@ module "runner-instance-1" {

module "runner-instance-2" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.2.1"
version = "7.2.2"

environment = var.environment

Expand Down

0 comments on commit 15b9f16

Please sign in to comment.