File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@v4
45
45
46
46
- name : Install Conda environment with Micromamba
47
- uses : mamba-org/setup-micromamba@v1
47
+ uses : mamba-org/setup-micromamba@v2
48
48
with :
49
49
cache-environment : true
50
50
environment-file : glacier_image_correlation/environment.yml
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Install Conda environment with Micromamba
28
- uses : mamba-org/setup-micromamba@v1
28
+ uses : mamba-org/setup-micromamba@v2
29
29
with :
30
30
environment-file : website_figure/environment.yml
31
31
cache-environment : true
Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@v4
49
49
50
50
- name : Install Conda environment with Micromamba
51
- uses : mamba-org/setup-micromamba@v1
51
+ uses : mamba-org/setup-micromamba@v2
52
52
with :
53
53
cache-environment : true
54
54
environment-file : glacier_image_correlation/environment.yml
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
21
21
- name : Install Conda environment with Micromamba
22
- uses : mamba-org/setup-micromamba@v1
22
+ uses : mamba-org/setup-micromamba@v2
23
23
with :
24
24
cache-environment : true
25
25
environment-file : glacier_image_correlation/environment.yml
You can’t perform that action at this time.
0 commit comments