From 75dfd02eb9773a5b05113c98adb19440ffaa9cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:46:13 +0000 Subject: [PATCH] fix(deps): bump philips-labs/github-runner/aws from 5.15.3 to 5.15.4 Bumps [philips-labs/github-runner/aws](https://github.com/philips-labs/terraform-aws-github-runner) from 5.15.3 to 5.15.4. - [Release notes](https://github.com/philips-labs/terraform-aws-github-runner/releases) - [Changelog](https://github.com/philips-labs/terraform-aws-github-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/philips-labs/terraform-aws-github-runner/compare/v5.15.3...v5.15.4) --- updated-dependencies: - dependency-name: philips-labs/github-runner/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- remote_resources.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index a3f3665..e3a0ac1 100644 --- a/main.tf +++ b/main.tf @@ -31,7 +31,7 @@ module "github_runner" { depends_on = [module.runners_zip[0], module.webhook_zip[0], module.syncer_zip[0]] source = "philips-labs/github-runner/aws" - version = "5.15.3" + version = "5.15.4" aws_region = var.aws_region vpc_id = module.vpc[0].vpc_id diff --git a/remote_resources.tf b/remote_resources.tf index 68cc18e..11b1639 100644 --- a/remote_resources.tf +++ b/remote_resources.tf @@ -2,7 +2,7 @@ module "download_lambda" { count = var.enable == true ? 1 : 0 source = "philips-labs/github-runner/aws//modules/download-lambda" - version = "5.15.3" + version = "5.15.4" lambdas = [ {