From 1583b5bf96cfb39845372ff293dd4317dfb80da1 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 11 Nov 2023 13:54:27 +0100 Subject: [PATCH] default runner is v3.2.0 --- RUNNER_VERSION | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNNER_VERSION b/RUNNER_VERSION index 6c8dc7e..6d260c3 100644 --- a/RUNNER_VERSION +++ b/RUNNER_VERSION @@ -1 +1 @@ -v3.1.0 +v3.2.0 diff --git a/action.yml b/action.yml index adb9c46..99782a5 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.1.0' + default: 'v3.2.0' container: description: 'Name of the container running the Forgejo instance' default: 'forgejo'