Skip to content

Commit aa2064b

Browse files
Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.7
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.4 to 2.0.7. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@0dea637...add3a49) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f9e947 commit aa2064b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_mamba.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
4646
- name: Create mamba environment (Darwin)
4747
if: matrix.os == 'macos-13'
48-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
48+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
4949
with:
5050
environment-file: .build/envs/Darwin.yml
5151

5252
- name: Create mamba environment (Linux)
5353
if: matrix.os == 'ubuntu-latest'
54-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
54+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
5555
with:
5656
environment-file: .build/envs/Linux.yml
5757

0 commit comments

Comments
 (0)