We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22bb73 commit 5eb5b05Copy full SHA for 5eb5b05
dockerReposiotry.tf dockerRepository.tf
variables.tf
@@ -83,7 +83,7 @@ variable "github_runner_prefix" {
83
variable "github_runner_download_url" {
84
type = string
85
description = "The download link pointing to the gitlab runner package"
86
- default = "https://github.com/actions/runner/releases/download/v2.317.0/actions-runner-linux-x64-2.317.0.tar.gz"
+ default = "https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-linux-x64-2.319.1.tar.gz"
87
}
88
89
variable "github_runner_uid" {
0 commit comments