File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ jobs:
117117 name : Build LPython to WASM
118118 runs-on : " ubuntu-latest"
119119 steps :
120- - uses : actions/checkout@v2
120+ - uses : actions/checkout@v3
121121 with :
122122 fetch-depth : 0
123123
124- - uses : mamba-org/provision-with- micromamba@main
124+ - uses : mamba-org/setup- micromamba@v1
125125 with :
126126 environment-file : ci/environment.yml
127- extra-specs : |
127+ create-args : >-
128128 python=3.10
129129 bison=3.4
130130
@@ -193,10 +193,10 @@ jobs:
193193 with :
194194 fetch-depth : 0
195195
196- - uses : mamba-org/provision-with- micromamba@v15
196+ - uses : mamba-org/setup- micromamba@v1
197197 with :
198198 environment-file : ci/environment.yml
199- extra-specs : |
199+ create-args : >-
200200 bison=3.4
201201
202202 - uses : hendrikmuhs/ccache-action@main
@@ -254,10 +254,10 @@ jobs:
254254 with :
255255 fetch-depth : 0
256256
257- - uses : mamba-org/provision-with- micromamba@v16
257+ - uses : mamba-org/setup- micromamba@v1
258258 with :
259259 environment-file : ci/environment.yml
260- extra-specs : |
260+ create-args : >-
261261 python=3.10
262262 bison=3.4
263263
You can’t perform that action at this time.
0 commit comments