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:
parent
d30be160c9
commit
41d13ee44b
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue