From 9961752223d368154f641fd0369130383c62f3cf Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 9 Jan 2025 23:17:22 +0100 Subject: [PATCH] github runner: Update 2.319.1->2.321.0 --- site/profiles/REFERENCE.md | 2 +- site/profiles/manifests/github_runners.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,