chore: update runner -> 3.5.1
This commit is contained in:
parent
7f5183ca26
commit
9b3f0a0046
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
RUNNER_VERSION=3.5.0
|
RUNNER_VERSION=3.5.1
|
||||||
|
|
||||||
wget -O "$FORGEJO_RUNNER_ROOT"/forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v$RUNNER_VERSION/forgejo-runner-$RUNNER_VERSION-linux-amd64
|
wget -O "$FORGEJO_RUNNER_ROOT"/forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v$RUNNER_VERSION/forgejo-runner-$RUNNER_VERSION-linux-amd64
|
||||||
chmod +x "$FORGEJO_RUNNER_ROOT"/forgejo-runner
|
chmod +x "$FORGEJO_RUNNER_ROOT"/forgejo-runner
|
||||||
|
|
Loading…
Reference in a new issue