From dca3641cf36d710afa29284c0544d153ffe282a7 Mon Sep 17 00:00:00 2001 From: Twenty Panda Date: Sat, 22 Jun 2024 20:24:47 +0200 Subject: [PATCH] actions: use Forgejo runner v3.5.0 --- actions/actions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/actions.sh b/actions/actions.sh index ac114de..f7a297d 100755 --- a/actions/actions.sh +++ b/actions/actions.sh @@ -3,6 +3,8 @@ ACTIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +RUNNER_VERSION=v3.5.0 + function actions_verify_example() { local example=$1 @@ -68,7 +70,7 @@ function actions_setup() { actions_cleanup_example_volume export FORGEJO_RUNNER_CONFIG=$ACTIONS_DIR/runner-config.yaml - forgejo-runner.sh setup '' '' http://${HOST_PORT} + forgejo-runner.sh setup '' $RUNNER_VERSION http://${HOST_PORT} } function actions_teardown() {