From 5907644119b7e8ba515ebb240f1ab38baaeef03c Mon Sep 17 00:00:00 2001 From: cascading-pr Date: Sat, 2 Dec 2023 20:33:38 +0000 Subject: [PATCH] upgrade to runner v3.3.0 --- RUNNER_VERSION | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNNER_VERSION b/RUNNER_VERSION index 6d260c3..b299be9 100644 --- a/RUNNER_VERSION +++ b/RUNNER_VERSION @@ -1 +1 @@ -v3.2.0 +v3.3.0 diff --git a/action.yml b/action.yml index 99782a5..2b7df44 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.2.0' + default: 'v3.3.0' container: description: 'Name of the container running the Forgejo instance' default: 'forgejo'