Skip to content

Commit 764f17c

Browse files
authored
Merge pull request numpy#26347 from numpy/dependabot/github_actions/conda-incubator/setup-miniconda-3.0.4
MAINT: Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4
2 parents 2da02ea + 458afab commit 764f17c

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
@@ -53,7 +53,7 @@ jobs:
5353
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
5454
5555
- name: Setup Mambaforge
56-
uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
56+
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959
channels: conda-forge

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
name: sdist
241241
path: ./dist/*
242242

243-
- uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
243+
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
244244
with:
245245
# for installation of anaconda-client, required for upload to
246246
# anaconda.org

0 commit comments

Comments
 (0)