Skip to content

Commit 06c7945

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 a2c14a1 commit 06c7945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Setup Linux/macOS Micromamba Python ${{ matrix.python-version }}
4040
if: ${{ runner.os != 'Windows' }}
41-
uses: mamba-org/setup-micromamba@v1
41+
uses: mamba-org/setup-micromamba@v2
4242
with:
4343
init-shell: bash
4444
create-args: >-
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Setup Windows Micromamba Python ${{ matrix.python-version }}
5151
if: ${{ runner.os == 'Windows' }}
52-
uses: mamba-org/setup-micromamba@v1
52+
uses: mamba-org/setup-micromamba@v2
5353
with:
5454
init-shell: bash
5555
create-args: >-

0 commit comments

Comments
 (0)