From 48b05a0ca8f3c1067bbdd88e83895edecccf1341 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 21 Mar 2023 16:33:08 +0800 Subject: [PATCH] Upgrade act to support go actions (#62) See: - https://gitea.com/gitea/act/pulls/20 - https://gitea.com/gitea/act/pulls/22 - https://gitea.com/gitea/act/pulls/26 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/62 Reviewed-by: Zettat123 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ff4f56f..47960b0 100644 --- a/go.mod +++ b/go.mod @@ -103,4 +103,4 @@ require ( modernc.org/token v1.0.0 // indirect ) -replace github.com/nektos/act => gitea.com/gitea/act v0.243.1 +replace github.com/nektos/act => gitea.com/gitea/act v0.243.2-0.20230321073130-f6a8a0e643d6 diff --git a/go.sum b/go.sum index fff5401..9905a44 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ code.gitea.io/actions-proto-go v0.2.0 h1:nYh9nhhfk67YA4wVNLsCzd//RCvXnljwXClJ33+ code.gitea.io/actions-proto-go v0.2.0/go.mod h1:00ys5QDo1iHN1tHNvvddAcy2W/g+425hQya1cCSvq9A= code.gitea.io/gitea-vet v0.2.3-0.20230113022436-2b1561217fa5 h1:daBEK2GQeqGikJESctP5Cu1i33z5ztAD4kyQWiw185M= code.gitea.io/gitea-vet v0.2.3-0.20230113022436-2b1561217fa5/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE= -gitea.com/gitea/act v0.243.1 h1:zIVlhGOLE4SHFPW++u3+5Y/jX5mub3QIhB13oNf6rtA= -gitea.com/gitea/act v0.243.1/go.mod h1:iLHCXqOPUElA2nSyHo4wtxSmvdkym3WU7CkP3AxF39Q= +gitea.com/gitea/act v0.243.2-0.20230321073130-f6a8a0e643d6 h1:6d6QJ9CmosDx6BatfzysX6jGZc8pwJtolkE6gR/mxzE= +gitea.com/gitea/act v0.243.2-0.20230321073130-f6a8a0e643d6/go.mod h1:iLHCXqOPUElA2nSyHo4wtxSmvdkym3WU7CkP3AxF39Q= gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s= gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:EXuID2Zs0pAQhH8yz+DNjUbjppKQzKFAn28TMYPB6IU= gitee.com/travelliu/dm v1.8.11192/go.mod h1:DHTzyhCrM843x9VdKVbZ+GKXGRbKM2sJ4LxihRxShkE=