Skip to content

Commit f7a1a0a

Browse files
authored
Merge pull request #1478 from Unidata/dependabot/github_actions/github-actions-f5ba129309
Bump mamba-org/setup-micromamba from 2 to 3 in the github-actions group
2 parents aed70bf + e660692 commit f7a1a0a

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)