Skip to content

Commit f259866

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

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@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
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@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6
5555
with:
5656
environment-file: .build/envs/Linux.yml
5757

0 commit comments

Comments
 (0)