From daaa7f064d23319c8106777c11b7e5792963aa2c Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 9 Nov 2023 16:00:33 +0100 Subject: [PATCH] default runner is v3.1.0 --- RUNNER_VERSION | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNNER_VERSION b/RUNNER_VERSION index b105cea..6c8dc7e 100644 --- a/RUNNER_VERSION +++ b/RUNNER_VERSION @@ -1 +1 @@ -v3.0.1 +v3.1.0 diff --git a/action.yml b/action.yml index 69a6c1e..adb9c46 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ inputs: default: 'https://code.forgejo.org/forgejo/runner' runner-version: description: 'Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch.' - default: 'v3.0.1' + default: 'v3.1.0' container: description: 'Name of the container running the Forgejo instance' default: 'forgejo'