Skip to content

Commit 19a66fd

Browse files
Bump mamba-org/setup-micromamba from 1 to 2
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aff7f30 commit 19a66fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/batch_image_correlation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545

4646
- name: Install Conda environment with Micromamba
47-
uses: mamba-org/setup-micromamba@v1
47+
uses: mamba-org/setup-micromamba@v2
4848
with:
4949
cache-environment: true
5050
environment-file: glacier_image_correlation/environment.yml

.github/workflows/create_website_myfigure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Install Conda environment with Micromamba
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-file: website_figure/environment.yml
3131
cache-environment: true

.github/workflows/image_correlation_pair.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Install Conda environment with Micromamba
51-
uses: mamba-org/setup-micromamba@v1
51+
uses: mamba-org/setup-micromamba@v2
5252
with:
5353
cache-environment: true
5454
environment-file: glacier_image_correlation/environment.yml

.github/workflows/summary_statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install Conda environment with Micromamba
22-
uses: mamba-org/setup-micromamba@v1
22+
uses: mamba-org/setup-micromamba@v2
2323
with:
2424
cache-environment: true
2525
environment-file: glacier_image_correlation/environment.yml

0 commit comments

Comments
 (0)