From af3cdda11b86a28f3bbba2aa99f4e763ffef7c2e Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 30 Jun 2025 17:10:43 +0000 Subject: [PATCH] feat: lxc-systemd defaults to using Forgejo runner 6.4.0 (#626) Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/626 Reviewed-by: Michael Kriese Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- examples/lxc-systemd/forgejo-runner-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lxc-systemd/forgejo-runner-service.sh b/examples/lxc-systemd/forgejo-runner-service.sh index fd4110f4..cec69e36 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -21,7 +21,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_FORGEJO:=https://code.forgejo.org} : ${INPUTS_LIFETIME:=7d} : ${INPUTS_LXC_HELPERS_VERSION:=1.0.3} -: ${INPUTS_RUNNER_VERSION:=6.3.1} +: ${INPUTS_RUNNER_VERSION:=6.4.0} : ${KILL_AFTER:=21600} # 6h == 21600 NODEJS_VERSION=20