1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-16 16:36:17 +00:00

default runner is v3.1.0

This commit is contained in:
Earl Warren 2023-11-09 16:00:33 +01:00
parent 36311a582a
commit daaa7f064d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v3.0.1
v3.1.0

View file

@ -46,7 +46,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: 'v3.0.1'
default: 'v3.1.0'
container:
description: 'Name of the container running the Forgejo instance'
default: 'forgejo'