Skip to content

Commit 876166f

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#545)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4223b4 commit 876166f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3838
- name: Set up conda environment
39-
uses: mamba-org/setup-micromamba@v1
39+
uses: mamba-org/setup-micromamba@v2
4040
with:
4141
environment-file: ci/environment.yml
4242
environment-name: cf_xarray_test
@@ -70,7 +70,7 @@ jobs:
7070
# need to fetch all tags to get a correct version
7171
fetch-depth: 0 # fetch all branches and tags
7272
- name: Set up conda environment
73-
uses: mamba-org/setup-micromamba@v1
73+
uses: mamba-org/setup-micromamba@v2
7474
with:
7575
environment-file: ci/environment-no-optional-deps.yml
7676
environment-name: cf_xarray_test
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
fetch-depth: 0 # Fetch all history for all branches and tags.
9999
- name: Set up conda environment
100-
uses: mamba-org/setup-micromamba@v1
100+
uses: mamba-org/setup-micromamba@v2
101101
with:
102102
environment-file: ci/environment.yml
103103
environment-name: cf_xarray_test

.github/workflows/upstream-dev-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
4040
- name: Set up conda environment
41-
uses: mamba-org/setup-micromamba@v1
41+
uses: mamba-org/setup-micromamba@v2
4242
with:
4343
environment-file: ci/upstream-dev-env.yml
4444
environment-name: cf_xarray_test

0 commit comments

Comments
 (0)