mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:40:58 -05:00
upgrade the default runner to 3.5.0
This commit is contained in:
parent
9e77470959
commit
6607c6d8a5
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ that [provides a LXC container](https://forgejo.org/docs/next/user/actions/#jobs
|
||||||
| user | Administrator user name | `false` | root |
|
| user | Administrator user name | `false` | root |
|
||||||
| password | Administrator password | `false` | admin1234 |
|
| password | Administrator password | `false` | admin1234 |
|
||||||
| runner | Runner repository | `false` | https://code.forgejo.org/forgejo/runner |
|
| runner | Runner repository | `false` | https://code.forgejo.org/forgejo/runner |
|
||||||
| runner-version | Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch. | `false` | v3.4.1 |
|
| runner-version | Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch. | `false` | v3.5.0 |
|
||||||
| container | Name of the container running the Forgejo instance | `false` | forgejo |
|
| container | Name of the container running the Forgejo instance | `false` | forgejo |
|
||||||
| lxc-ip-prefix | Class C IP prefix used by LXC | `false` | 10.0.23 |
|
| lxc-ip-prefix | Class C IP prefix used by LXC | `false` | 10.0.23 |
|
||||||
| install-only | Only install Forgejo and the Forgejo runner, do not launch them | `false` | false |
|
| install-only | Only install Forgejo and the Forgejo runner, do not launch them | `false` | false |
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v3.4.1
|
v3.5.0
|
||||||
|
|
|
@ -54,7 +54,7 @@ inputs:
|
||||||
default: 'https://code.forgejo.org/forgejo/runner'
|
default: 'https://code.forgejo.org/forgejo/runner'
|
||||||
runner-version:
|
runner-version:
|
||||||
description: 'Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch.'
|
description: 'Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch.'
|
||||||
default: 'v3.4.1'
|
default: 'v3.5.0'
|
||||||
container:
|
container:
|
||||||
description: 'Name of the container running the Forgejo instance'
|
description: 'Name of the container running the Forgejo instance'
|
||||||
default: 'forgejo'
|
default: 'forgejo'
|
||||||
|
|
Loading…
Reference in a new issue