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 Miniforge
56
- uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
56
+ uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
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 @@ -255,7 +255,7 @@ jobs:
255
255
name : sdist
256
256
path : ./dist/*
257
257
258
- - uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
258
+ - uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
259
259
with :
260
260
# for installation of anaconda-client, required for upload to
261
261
# anaconda.org
You can’t perform that action at this time.
0 commit comments