chore(dependency): use forgejo/act instead of gitea/act

The subset of ACT used by Forgejo was the same as Gitea until
https://code.forgejo.org/forgejo/act/pulls/45. Since it is now
different, use the Forgejo soft-fork instead of the Gitea soft-fork.

Refs: https://codeberg.org/forgejo/forgejo/issues/4789
This commit is contained in:
Earl Warren 2024-08-22 16:31:00 +02:00
parent d30be160c9
commit 41d13ee44b
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -300,7 +300,7 @@ replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1
replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142115-2c99e1ffdfa0
replace github.com/nektos/act => gitea.com/gitea/act v0.261.1
replace github.com/nektos/act => code.forgejo.org/forgejo/act v1.21.1
exclude github.com/gofrs/uuid v3.2.0+incompatible