Skip to content

Commit 0a07553

Browse files
Bump conda-incubator/setup-miniconda from 3.2.0 to 3.3.0 (#12256)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 454b11e commit 0a07553

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/additional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Setup Conda Environment
19-
uses: conda-incubator/setup-miniconda@v3.2.0
19+
uses: conda-incubator/setup-miniconda@v3.3.0
2020
with:
2121
miniforge-version: latest
2222
use-mamba: true

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Set up Python
35-
uses: conda-incubator/setup-miniconda@v3.2.0
35+
uses: conda-incubator/setup-miniconda@v3.3.0
3636
with:
3737
miniforge-version: latest
3838
use-mamba: true

.github/workflows/test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: dask/distributed
2727

2828
- name: Setup Conda Environment
29-
uses: conda-incubator/setup-miniconda@v3.2.0
29+
uses: conda-incubator/setup-miniconda@v3.3.0
3030
with:
3131
miniforge-version: latest
3232
condarc-file: continuous_integration/condarc

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
java-version: "11"
7979

8080
- name: Setup Conda Environment
81-
uses: conda-incubator/setup-miniconda@v3.2.0
81+
uses: conda-incubator/setup-miniconda@v3.3.0
8282
with:
8383
miniforge-version: latest
8484
use-mamba: true

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: Setup Conda Environment
48-
uses: conda-incubator/setup-miniconda@v3.2.0
48+
uses: conda-incubator/setup-miniconda@v3.3.0
4949
with:
5050
miniforge-version: latest
5151
use-mamba: true

0 commit comments

Comments
 (0)