Skip to content

Commit 0bc2fc5

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): 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 e741923 commit 0bc2fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config-options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v6
8484
- name: "Install conda environment from environment.yml . . ."
85-
uses: mamba-org/setup-micromamba@v2
85+
uses: mamba-org/setup-micromamba@v3
8686
with:
8787
environment-file: environment.yml
8888
cache-environment: true
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@v6
142142
- name: "Install conda environment from environment.yml . . ."
143-
uses: mamba-org/setup-micromamba@v2
143+
uses: mamba-org/setup-micromamba@v3
144144
with:
145145
environment-file: environment.yml
146146
cache-environment: true

0 commit comments

Comments
 (0)