Skip to content

Commit 922888e

Browse files
Bump conda-incubator/setup-miniconda from 3.0.3 to 3.1.0 (#8922)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Makait <hendrik@makait.com>
1 parent 698fb2d commit 922888e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
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/setup-miniconda@v3.0.3
33+
uses: conda-incubator/setup-miniconda@v3.1.0
3434
with:
3535
miniforge-version: latest
3636
use-mamba: true

.github/workflows/test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4.1.3
2222

2323
- name: Setup Conda Environment
24-
uses: conda-incubator/setup-miniconda@v3.0.3
24+
uses: conda-incubator/setup-miniconda@v3.1.0
2525
with:
2626
miniforge-version: latest
2727
condarc-file: continuous_integration/condarc

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 0
126126

127127
- name: Setup Conda Environment
128-
uses: conda-incubator/setup-miniconda@v3.0.3
128+
uses: conda-incubator/setup-miniconda@v3.1.0
129129
with:
130130
miniforge-version: latest
131131
condarc-file: continuous_integration/condarc

0 commit comments

Comments
 (0)