Skip to content

Commit

Permalink
fix(deps): bump philips-labs/github-runner/aws from 5.16.3 to 5.17.0
Browse files Browse the repository at this point in the history
Bumps [philips-labs/github-runner/aws](https://github.com/philips-labs/terraform-aws-github-runner) from 5.16.3 to 5.17.0.
- [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](philips-labs/terraform-aws-github-runner@v5.16.3...v5.17.0)

---
updated-dependencies:
- dependency-name: philips-labs/github-runner/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 2289e11 commit f79e379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3"
version = "5.17.0"

aws_region = var.aws_region
vpc_id = module.vpc[0].vpc_id
Expand Down
2 changes: 1 addition & 1 deletion remote_resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "download_lambda" {
count = var.enable == true ? 1 : 0

source = "philips-labs/github-runner/aws//modules/download-lambda"
version = "5.16.3"
version = "5.17.0"

lambdas = [
{
Expand Down

0 comments on commit f79e379

Please sign in to comment.