File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 9999 contents : read
100100 issues : write
101101 steps :
102+ - uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
103+ with :
104+ distribution : temurin
105+ java-version : 11.x
102106 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
103107 with :
104108 node-version : 18.x
@@ -140,6 +144,9 @@ jobs:
140144 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
141145 with :
142146 node-version : 18.x
147+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
148+ with :
149+ python-version : 3.x
143150 - name : Download build artifacts
144151 uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
145152 with :
@@ -175,6 +182,9 @@ jobs:
175182 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
176183 with :
177184 node-version : 18.x
185+ - uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
186+ with :
187+ dotnet-version : 9.0.x
178188 - name : Download build artifacts
179189 uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
180190 with :
@@ -223,6 +233,9 @@ jobs:
223233 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
224234 with :
225235 node-version : 18.x
236+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
237+ with :
238+ go-version : ^1.16.0
226239 - name : Download build artifacts
227240 uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
228241 with :
You can’t perform that action at this time.
0 commit comments