mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-06-08 03:58:19 +02:00
Update dependency forgejo/runner to v6.3.1 (#343)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [forgejo/runner](https://code.forgejo.org/forgejo/runner) | patch | `v6.3.0` -> `v6.3.1` | --- ### Release Notes <details> <summary>forgejo/runner (forgejo/runner)</summary> ### [`v6.3.1`](https://code.forgejo.org/forgejo/runner/releases/tag/v6.3.1) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v6.3.0...v6.3.1) See https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#6-3-1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/343 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
c866283b9e
commit
9d83299526
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 |
|
||||
| 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` | v6.3.0 |
|
||||
| runner-version | Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch. | `false` | v6.3.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 |
|
||||
|
|
|
@ -1 +1 @@
|
|||
v6.3.0
|
||||
v6.3.1
|
||||
|
|
|
@ -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: 'v6.3.0'
|
||||
default: 'v6.3.1'
|
||||
container:
|
||||
description: 'Name of the container running the Forgejo instance'
|
||||
default: 'forgejo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue