Skip to content

Commit 33629c8

Browse files
authored
Merge pull request numpy#27491 from numpy/dependabot/github_actions/mamba-org/setup-micromamba-1.10.0
MAINT: Bump mamba-org/setup-micromamba from 1.9.0 to 1.10.0
2 parents 3ee9e6a + 276d6a3 commit 33629c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
178178
path: ./wheelhouse/*.whl
179179

180-
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
180+
- uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13
181181
with:
182182
# for installation of anaconda-client, required for upload to
183183
# anaconda.org

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
path: ./*.whl
174174

175175
- name: Setup Mamba
176-
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
176+
uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13
177177
with:
178178
# for installation of anaconda-client, required for upload to
179179
# anaconda.org

0 commit comments

Comments
 (0)