Skip to content

Commit 8bed41f

Browse files
committed
docs: bump download-lambda example to latest release
1 parent 530137c commit 8bed41f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/download-lambda/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ module "lambdas" {
1010
lambdas = [
1111
{
1212
name = "webhook"
13-
tag = "v0.11.0"
13+
tag = "v0.15.0"
1414
},
1515
{
1616
name = "runners"
17-
tag = "v0.11.0"
17+
tag = "v0.15.0"
1818
},
1919
{
2020
name = "runner-binaries-syncer"
21-
tag = "v0.11.0"
21+
tag = "v0.15.0"
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)