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'