Skip to content

Commit

Permalink
Update to latest GitHub runner v2.319.1, Fix typo in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Oct 3, 2024
1 parent e22bb73 commit 5eb5b05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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.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"
}

variable "github_runner_uid" {
Expand Down

0 comments on commit 5eb5b05

Please sign in to comment.