Skip to content

Commit

Permalink
Update to latest github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Nov 20, 2024
1 parent 5eb5b05 commit 7479c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ variable "github_runner_prefix" {
variable "github_runner_download_url" {
type = string
description = "The download link pointing to the gitlab runner package"
default = "https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-linux-x64-2.319.1.tar.gz"
default = "https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz"
}

variable "github_runner_uid" {
Expand Down

0 comments on commit 7479c7d

Please sign in to comment.