Skip to content

Commit 7b2e96b

Browse files
authored
Merge pull request numpy#28467 from numpy/dependabot/github_actions/conda-incubator/setup-miniconda-3.1.1
MAINT: Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1
2 parents b87141a + 00e4ebd commit 7b2e96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
5656
5757
- name: Setup Miniforge
58-
uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
58+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
channels: conda-forge

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
name: sdist
263263
path: ./dist/*
264264

265-
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
265+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
266266
with:
267267
# for installation of anaconda-client, required for upload to
268268
# anaconda.org

0 commit comments

Comments
 (0)