Skip to content

Commit

Permalink
fix(deps): bump philips-labs/github-runner/aws from 5.17.2 to 5.17.3
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.17.2 to 5.17.3.
- [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.17.2...v5.17.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 8a0b106 commit f8ad948
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.17.2"
version = "5.17.3"

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.17.2"
version = "5.17.3"

lambdas = [
{
Expand Down

0 comments on commit f8ad948

Please sign in to comment.