Skip to content

Commit

Permalink
Merge pull request #26347 from numpy/dependabot/github_actions/conda-…
Browse files Browse the repository at this point in the history
…incubator/setup-miniconda-3.0.4

MAINT: Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4
  • Loading branch information
charris committed Apr 25, 2024
2 parents 2da02ea + 458afab commit 764f17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
name: sdist
path: ./dist/*

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

0 comments on commit 764f17c

Please sign in to comment.