Skip to content

Commit 50a4327

Browse files
Bump mamba-org/setup-micromamba from 2 to 3
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2 to 3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9533b12 commit 50a4327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Dependencies required to avoid errors
6262
# reported by linters
6363
- name: Install mamba dependencies
64-
uses: mamba-org/setup-micromamba@v2
64+
uses: mamba-org/setup-micromamba@v3
6565
with:
6666
environment-file: environment.yml
6767
init-shell: bash

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install mamba
28-
uses: mamba-org/setup-micromamba@v2
28+
uses: mamba-org/setup-micromamba@v3
2929
with:
3030
environment-file: environment.yml
3131
create-args: python=${{ matrix.python-version }}

0 commit comments

Comments
 (0)