1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-06-08 03:58:19 +02:00

default runner is v3.0.1

This commit is contained in:
Earl Warren 2023-10-04 16:54:14 +02:00
parent 2657043de5
commit 96cc7b4991
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# As of Forgejo v1.20 running this example would require using the web
# endpoints because there is no API to do the same.
#
# It was manually tested to **not work** with Forgejo v1.20 & runner 2.5.0
# It was manually tested to **not work** with Forgejo v1.21 & runner 3.0.1
#
on: [push]

View file

@ -13,7 +13,7 @@ jobs:
#
# This is documented in GitHub Actions and does not work in Forgejo Actions
# as of 3.0.0.
# as of 3.0.1.
#
# If you have a chain of dependent jobs, failure() returns true if any ancestor job fails.
#