diff options
author | Zettat123 <zettat123@gmail.com> | 2023-04-24 12:46:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 12:46:54 +0800 |
commit | cc8874864ca44ec013e132ebcb80b40878010d12 (patch) | |
tree | 307173265f93f6a5c90b567bbea7ef1eee493004 /go.mod | |
parent | a0cfc1c95352a973286cdb231200c7ce6fba5816 (diff) | |
download | gitea-cc8874864ca44ec013e132ebcb80b40878010d12.tar.gz gitea-cc8874864ca44ec013e132ebcb80b40878010d12.zip |
Upgrade act (#24298)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142 replace github.com/blevesearch/zapx/v15 v15.3.6 => github.com/zeripath/zapx/v15 v15.3.6-alignment-fix -replace github.com/nektos/act => gitea.com/gitea/act v0.243.3-0.20230407083103-5c4a96bcb797 +replace github.com/nektos/act => gitea.com/gitea/act v0.243.4 exclude github.com/gofrs/uuid v3.2.0+incompatible |