File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
54
54
55
55
- name : Setup Mambaforge
56
- uses : conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
56
+ uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
channels : conda-forge
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240
240
name : sdist
241
241
path : ./dist/*
242
242
243
- - uses : conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
243
+ - uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
244
244
with :
245
245
# for installation of anaconda-client, required for upload to
246
246
# anaconda.org
You can’t perform that action at this time.
0 commit comments