Skip to content

Commit

Permalink
github runner: Update 2.319.1->2.321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 9, 2025
1 parent 7576fe7 commit 9961752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/profiles/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Data type: `String[1]`

version of the runner, matches their upstream github release names

Default value: `'2.319.1'`
Default value: `'2.321.0'`

##### <a name="-profiles--github_runners--instances"></a>`instances`

Expand Down
2 changes: 1 addition & 1 deletion site/profiles/manifests/github_runners.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Array[String[1]] $labels = ['self-hosted',],
String[1] $user = 'runner',
String[1] $group = $user,
String[1] $version = '2.319.1',
String[1] $version = '2.321.0',
Optional[String[1]] $repo_name = undef,
Array[String[1]] $instances = [],
Boolean $setup_ruby = false,
Expand Down

0 comments on commit 9961752

Please sign in to comment.