Skip to content

Commit e660692

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 in the github-actions group
Bumps the github-actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aed70bf commit e660692

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
python-version: 3.x
121121

122122
- name: Setup Micromamba Python ${{ matrix.python-version }}
123-
uses: mamba-org/setup-micromamba@v2
123+
uses: mamba-org/setup-micromamba@v3
124124
with:
125125
environment-name: build
126126
init-shell: bash

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
submodules: true
3737

3838
- name: Setup Micromamba
39-
uses: mamba-org/setup-micromamba@v2
39+
uses: mamba-org/setup-micromamba@v3
4040
with:
4141
environment-name: TEST
4242
init-shell: bash
@@ -75,7 +75,7 @@ jobs:
7575
submodules: true
7676

7777
- name: Setup Micromamba
78-
uses: mamba-org/setup-micromamba@v2
78+
uses: mamba-org/setup-micromamba@v3
7979
with:
8080
environment-name: TEST
8181
init-shell: bash

0 commit comments

Comments
 (0)