Revert "actions: use Forgejo runner v3.5.0"

Do not force the runner version, use whatever default setup-forgejo
provides.

Forcing the version will break the cascading-pr workflow. It will
attempt to download a version that does not exist instead of building
it from sources.

This reverts commit dca3641cf3.
This commit is contained in:
Earl Warren 2024-07-02 20:54:27 +02:00
parent ec9543a6b6
commit 87df9095b9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -3,8 +3,6 @@
ACTIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ACTIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
RUNNER_VERSION=v3.5.0
function actions_verify_example() { function actions_verify_example() {
local example=$1 local example=$1
@ -70,7 +68,7 @@ function actions_setup() {
actions_cleanup_example_volume actions_cleanup_example_volume
export FORGEJO_RUNNER_CONFIG=$ACTIONS_DIR/runner-config.yaml export FORGEJO_RUNNER_CONFIG=$ACTIONS_DIR/runner-config.yaml
forgejo-runner.sh setup '' $RUNNER_VERSION http://${HOST_PORT} forgejo-runner.sh setup '' '' http://${HOST_PORT}
} }
function actions_teardown() { function actions_teardown() {