aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsillyguodong <33891828+sillyguodong@users.noreply.github.com>2024-03-08 14:14:35 +0800
committerGitHub <noreply@github.com>2024-03-08 06:14:35 +0000
commita1f5dd767729e30d07ab42fda80c19f30a72679f (patch)
tree1b6fb1601940d7984607a67f2be7abe21ff889d6 /go.mod
parentc8f4897f7f5de5b391be806f4738de1f0d9c4c09 (diff)
downloadgitea-a1f5dd767729e30d07ab42fda80c19f30a72679f.tar.gz
gitea-a1f5dd767729e30d07ab42fda80c19f30a72679f.zip
Make runs-on support variable expression (#29468)
As title. Close issue: https://gitea.com/gitea/act_runner/issues/445 Follow: https://gitea.com/gitea/act/pulls/91 Move `getSecretsOfTask` and `getVariablesOfTask` under `models` because of circular dependency issues.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dfd9a95ea3..9b70a191ce 100644
--- a/go.mod
+++ b/go.mod
@@ -302,7 +302,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.2.51
+replace github.com/nektos/act => gitea.com/gitea/act v0.259.1
replace github.com/gorilla/feeds => github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5