2222 uses : actions/setup-go@v5
2323 with :
2424 go-version : " ^1.24"
25- - uses : jahvon/flow- action@v1.0.0-beta1
25+ - uses : flowexec/ action@v1
2626 with :
2727 executable : ' lint go --param CI=true'
2828 timeout : ' 5m'
4141 uses : actions/setup-go@v5
4242 with :
4343 go-version : " ^1.24"
44- - uses : jahvon/flow- action@v1.0.0-beta1
44+ - uses : flowexec/ action@v1
4545 with :
4646 executable : ' test unit --param CI=true'
4747 timeout : ' 5m'
6161 uses : actions/setup-go@v5
6262 with :
6363 go-version : " ^1.24"
64- - uses : jahvon/flow- action@v1.0.0-beta1
64+ - uses : flowexec/ action@v1
6565 with :
6666 executable : ' test e2e --param CI=true'
6767 timeout : ' 10m'
9191 uses : actions/download-artifact@v4
9292 with :
9393 name : e2e-coverage
94- - uses : jahvon/flow- action@v1.0.0-beta1
94+ - uses : flowexec/ action@v1
9595 with :
9696 executable : ' transform coverage'
9797 timeout : ' 5m'
@@ -116,13 +116,13 @@ jobs:
116116 go-version : " ^1.24"
117117 - name : Install mockgen
118118 run :
go install go.uber.org/mock/[email protected] 119- - uses : jahvon/flow- action@v1.0.0-beta1
119+ - uses : flowexec/ action@v1
120120 with :
121121 executable : ' generate'
122122 timeout : ' 10m'
123123 flow-version : ' main'
124124 - name : Check for uncommitted changes
125- uses : jahvon/flow- action@v1.0.0-beta1
125+ uses : flowexec/ action@v1
126126 with :
127127 executable : ' validate generated'
128128 timeout : ' 2m'
@@ -139,12 +139,12 @@ jobs:
139139 uses : actions/setup-go@v5
140140 with :
141141 go-version : " ^1.24"
142- - uses : jahvon/flow- action@v1.0.0-beta1
142+ - uses : flowexec/ action@v1
143143 with :
144144 executable : ' build binary'
145145 flow-version : ' main'
146146 timeout : ' 10m'
147- - uses : jahvon/flow- action@v1.0.0-beta1
147+ - uses : flowexec/ action@v1
148148 with :
149149 executable : ' test binary'
150150 flow-version : ' main'
@@ -158,7 +158,7 @@ jobs:
158158 uses : actions/setup-go@v5
159159 with :
160160 go-version : " ^1.24"
161- - uses : jahvon/flow- action@v1.0.0-beta1
161+ - uses : flowexec/ action@v1
162162 with :
163163 executable : ' scan security'
164164 timeout : ' 10m'
0 commit comments