Skip to content

Commit db4a693

Browse files
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 b171201 commit db4a693

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v6
4040

4141
- name: Setup Python
42-
uses: mamba-org/setup-micromamba@v2
42+
uses: mamba-org/setup-micromamba@v3
4343
with:
4444
cache-environment: true
4545
post-cleanup: 'all'

.github/workflows/test_fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v6
4444

4545
- name: Install System Dependencies
46-
uses: mamba-org/setup-micromamba@v2
46+
uses: mamba-org/setup-micromamba@v3
4747
with:
4848
cache-environment: true
4949
post-cleanup: 'all'
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v6
120120

121121
- name: Install System Dependencies
122-
uses: mamba-org/setup-micromamba@v2
122+
uses: mamba-org/setup-micromamba@v3
123123
with:
124124
cache-environment: true
125125
post-cleanup: 'all'

.github/workflows/test_functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v6
110110

111111
- name: Configure Python
112-
uses: mamba-org/setup-micromamba@v2
112+
uses: mamba-org/setup-micromamba@v3
113113
with:
114114
cache-environment: true
115115
post-cleanup: 'all'

0 commit comments

Comments
 (0)