From f9636465e6938e1a86916e0f3a53e0b87ab75d20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Jan 2025 11:59:44 +0000 Subject: [PATCH] Update dependency forgejo/runner to v6.2.1 (#309) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [forgejo/runner](https://code.forgejo.org/forgejo/runner) | patch | `v6.2.0` -> `v6.2.1` | --- ### Release Notes
forgejo/runner (forgejo/runner) ### [`v6.2.1`](https://code.forgejo.org/forgejo/runner/releases/tag/v6.2.1) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v6.2.0...v6.2.1) See https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#6-2-1
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/309 Reviewed-by: Michael Kriese Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- README.md | 2 +- RUNNER_VERSION | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9523161..b4eb192 100644 --- a/README.md +++ b/README.md @@ -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.2.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.2.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 | diff --git a/RUNNER_VERSION b/RUNNER_VERSION index 2dc8e03..c15d876 100644 --- a/RUNNER_VERSION +++ b/RUNNER_VERSION @@ -1 +1 @@ -v6.2.0 +v6.2.1 diff --git a/action.yml b/action.yml index 830f817..1b1c9e6 100644 --- a/action.yml +++ b/action.yml @@ -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.2.0' + default: 'v6.2.1' container: description: 'Name of the container running the Forgejo instance' default: 'forgejo'