From dd88c37fff78b1cf6354687110b3180ef39603be Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 30 Jan 2025 11:17:37 +0000 Subject: [PATCH] chore(examples): upgrade the runner version to 6.2.1 (#473) Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/473 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 ed06e101..b80d7e66 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -20,7 +20,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_TOKEN:=} : ${INPUTS_FORGEJO:=https://code.forgejo.org} : ${INPUTS_LIFETIME:=7d} -: ${INPUTS_RUNNER_VERSION:=6.2.0} +: ${INPUTS_RUNNER_VERSION:=6.2.1} : ${KILL_AFTER:=21600} # 6h == 21600 NODEJS_VERSION=20