From e100c20db6a3dd4b6e774ebbbeb140062f4a60c9 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Wed, 9 Oct 2024 19:24:41 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: Platform Engineering Bot --- .pre-commit-config.yaml | 2 +- modules/gitlab-runners/main.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41ac31c..0585175 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/modules/gitlab-runners/main.tf b/modules/gitlab-runners/main.tf index 96f4bdf..16b8cc6 100644 --- a/modules/gitlab-runners/main.tf +++ b/modules/gitlab-runners/main.tf @@ -53,7 +53,7 @@ module "vpc_endpoints" { module "runner-instance-1" { source = "cattle-ops/gitlab-runner/aws" - version = "7.14.0" + version = "7.15.0" environment = var.environment @@ -150,7 +150,7 @@ module "runner-instance-1" { module "runner-instance-2" { source = "cattle-ops/gitlab-runner/aws" - version = "7.14.0" + version = "7.15.0" environment = var.environment