Skip to content

Commit 49f5e74

Browse files
Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1 (#8990)
1 parent 09855ee commit 49f5e74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Python
33-
uses: conda-incubator/[email protected].0
33+
uses: conda-incubator/[email protected].1
3434
with:
3535
miniforge-version: latest
3636
use-mamba: true

.github/workflows/test-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222

2323
- name: Setup Conda Environment
24-
uses: conda-incubator/[email protected].0
24+
uses: conda-incubator/[email protected].1
2525
with:
2626
miniforge-version: latest
2727
condarc-file: continuous_integration/condarc

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
fetch-depth: 0
116116

117117
- name: Setup Conda Environment
118-
uses: conda-incubator/[email protected].0
118+
uses: conda-incubator/[email protected].1
119119
with:
120120
miniforge-version: latest
121121
condarc-file: continuous_integration/condarc

0 commit comments

Comments
 (0)