diff --git a/site/profiles/REFERENCE.md b/site/profiles/REFERENCE.md index 5701850..2948dfe 100644 --- a/site/profiles/REFERENCE.md +++ b/site/profiles/REFERENCE.md @@ -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'` ##### `instances` diff --git a/site/profiles/manifests/github_runners.pp b/site/profiles/manifests/github_runners.pp index 09c1a19..6dcb0fb 100644 --- a/site/profiles/manifests/github_runners.pp +++ b/site/profiles/manifests/github_runners.pp @@ -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,