diff --git a/start-action-runner.sh b/start-action-runner.sh index f602a84..3e41b04 100755 --- a/start-action-runner.sh +++ b/start-action-runner.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -RUNNER_VERSION=3.5.0 +RUNNER_VERSION=3.5.1 wget -O "$FORGEJO_RUNNER_ROOT"/forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v$RUNNER_VERSION/forgejo-runner-$RUNNER_VERSION-linux-amd64 chmod +x "$FORGEJO_RUNNER_ROOT"/forgejo-runner