File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
enabled = coalesce (var. enabled , module. this . enabled , true )
3
3
name = coalesce (var. name , module. this . name , " github-runner-${ random_string . github_runner_random_suffix . result } " )
4
4
5
- runner_module_version = " v5.12.0 "
5
+ runner_module_version = " v5.15.1 "
6
6
7
7
aws_account_id = module. this . enabled && var. aws_account_id != " " ? var. aws_account_id : try (data. aws_caller_identity . current [0 ]. account_id , " " )
8
8
aws_region_name = module. this . enabled && var. aws_region_name != " " ? var. aws_region_name : try (data. aws_region . current [0 ]. name , " " )
@@ -40,7 +40,7 @@ resource "random_string" "github_runner_random_suffix" {
40
40
41
41
module "github_runner" {
42
42
source = " philips-labs/github-runner/aws"
43
- version = " v5.12.0 " # should match local.runner_module_version
43
+ version = " v5.15.1 " # should match local.runner_module_version
44
44
45
45
prefix = module. github_runner_label . id
46
46
enable_ephemeral_runners = var. runner_ephemeral_mode_enabled
You can’t perform that action at this time.
0 commit comments