Skip to content

Commit aabd6ca

Browse files
update setup mini-conda
1 parent bd8b55a commit aabd6ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
key: datasets-${{ steps.elephant-data.outputs.dataset_hash }}
163163
restore-keys: datasets-
164164

165-
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # corresponds to v3.0.4
165+
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # corresponds to v3.1.0
166166
with:
167167
auto-update-conda: true
168168
python-version: ${{ matrix.python-version }}
@@ -383,7 +383,7 @@ jobs:
383383
restore-keys: datasets-
384384
enableCrossOsArchive: true
385385

386-
- uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # corresponds to v3.0.3
386+
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # corresponds to v3.1.0
387387
with:
388388
auto-update-conda: true
389389
python-version: ${{ matrix.python-version }}
@@ -455,7 +455,7 @@ jobs:
455455
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}-${{ hashFiles('**/requirements-tutorials.txt') }}-${{ hashFiles('**/environment-docs.yml') }}
456456
-${{ hashFiles('**/CI.yml') }}-${{ steps.date.outputs.date }}
457457

458-
- uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # corresponds to v3.0.3
458+
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # corresponds to v3.1.0
459459
with:
460460
auto-update-conda: true
461461
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)