upgrade the default runner to 6.0.1

This commit is contained in:
Earl Warren 2025-01-11 16:19:44 +01:00
parent 380e74ca1f
commit c1623f0387
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ that [provides a LXC container](https://forgejo.org/docs/next/user/actions/#jobs
| user | Administrator user name | `false` | root |
| password | Administrator password | `false` | admin1234 |
| 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` | v5.0.3 |
| runner-version | Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch. | `false` | v6.0.1 |
| 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 |
| install-only | Only install Forgejo and the Forgejo runner, do not launch them | `false` | false |

View file

@ -1 +1 @@
v5.0.3
v6.0.1

View file

@ -54,7 +54,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: 'v5.0.3'
default: 'v6.0.1'
container:
description: 'Name of the container running the Forgejo instance'
default: 'forgejo'