From 2c5f1ee3090ca958ac0d3f7dc95060e244b021e8 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Tue, 15 Oct 2024 20:25:23 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .pre-commit-config.yaml | 2 +- main.tf | 2 +- versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73c5d24..98de119 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/main.tf b/main.tf index 2778722..53f9179 100644 --- a/main.tf +++ b/main.tf @@ -57,7 +57,7 @@ resource "random_id" "unique_prefix" { module "runner-instance" { source = "cattle-ops/gitlab-runner/aws" - version = "7.14.0" + version = "7.15.0" environment = var.environment iam_object_prefix = random_id.unique_prefix.hex diff --git a/versions.tf b/versions.tf index 67103e5..e8acdbe 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.70.0" + version = "5.72.0" } gitlab = { source = "gitlabhq/gitlab"