mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-05 19:30:59 +00:00
Update dependency forgejo/lxc-helpers to v1.1.0
This commit is contained in:
parent
6576754256
commit
61024ecbab
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ trap "rm -fr $TMPDIR" EXIT
|
||||||
: ${INPUTS_TOKEN:=}
|
: ${INPUTS_TOKEN:=}
|
||||||
: ${INPUTS_FORGEJO:=https://code.forgejo.org}
|
: ${INPUTS_FORGEJO:=https://code.forgejo.org}
|
||||||
: ${INPUTS_LIFETIME:=7d}
|
: ${INPUTS_LIFETIME:=7d}
|
||||||
DEFAULT_LXC_HELPERS_VERSION=1.0.3 # renovate: datasource=forgejo-tags depName=forgejo/lxc-helpers
|
DEFAULT_LXC_HELPERS_VERSION=1.1.0 # renovate: datasource=forgejo-tags depName=forgejo/lxc-helpers
|
||||||
: ${INPUTS_LXC_HELPERS_VERSION:=$DEFAULT_LXC_HELPERS_VERSION}
|
: ${INPUTS_LXC_HELPERS_VERSION:=$DEFAULT_LXC_HELPERS_VERSION}
|
||||||
DEFAULT_RUNNER_VERSION=11.0.0 # renovate: datasource=forgejo-releases depName=forgejo/runner
|
DEFAULT_RUNNER_VERSION=11.0.0 # renovate: datasource=forgejo-releases depName=forgejo/runner
|
||||||
: ${INPUTS_RUNNER_VERSION:=$DEFAULT_RUNNER_VERSION}
|
: ${INPUTS_RUNNER_VERSION:=$DEFAULT_RUNNER_VERSION}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue