Skip to content

Commit 7dc70c4

Browse files
Bump conda-incubator/setup-miniconda from 3 to 4 (#4422)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41dbf77 commit 7dc70c4

7 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/create-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
auto-update-conda: true
3030
activate-environment: esmvaltool-fromlock

.github/workflows/install-from-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ["3.12", "3.13"]
2525
name: Linux Python ${{ matrix.python-version }}
2626
steps:
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
miniforge-version: "latest"
@@ -63,7 +63,7 @@ jobs:
6363
# name: OSX Python ${{ matrix.python-version }}
6464
# steps:
6565
# - uses: actions/checkout@v2
66-
# - uses: conda-incubator/setup-miniconda@v3
66+
# - uses: conda-incubator/setup-miniconda@v4
6767
# with:
6868
# python-version: ${{ matrix.python-version }}
6969
# miniconda-version: "latest"

.github/workflows/install-from-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
41-
- uses: conda-incubator/setup-miniconda@v3
41+
- uses: conda-incubator/setup-miniconda@v4
4242
with:
4343
activate-environment: esmvaltool-fromlock
4444
python-version: ${{ matrix.python-version }}

.github/workflows/install-from-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v3
30+
- uses: conda-incubator/setup-miniconda@v4
3131
with:
3232
activate-environment: esmvaltool
3333
environment-file: environment.yml
@@ -66,7 +66,7 @@ jobs:
6666
# name: OSX Python ${{ matrix.python-version }}
6767
# steps:
6868
# - uses: actions/checkout@v2
69-
# - uses: conda-incubator/setup-miniconda@v3
69+
# - uses: conda-incubator/setup-miniconda@v4
7070
# with:
7171
# activate-environment: esmvaltool
7272
# environment-file: environment.yml

.github/workflows/run-tests-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
33-
- uses: conda-incubator/setup-miniconda@v3
33+
- uses: conda-incubator/setup-miniconda@v4
3434
with:
3535
activate-environment: esmvaltool
3636
environment-file: environment.yml
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
76-
- uses: conda-incubator/setup-miniconda@v3
76+
- uses: conda-incubator/setup-miniconda@v4
7777
with:
7878
architecture: ${{ matrix.architecture }}
7979
activate-environment: esmvaltool

.github/workflows/test-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
36-
- uses: conda-incubator/setup-miniconda@v3
36+
- uses: conda-incubator/setup-miniconda@v4
3737
with:
3838
activate-environment: esmvaltool
3939
environment-file: environment.yml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v3
30+
- uses: conda-incubator/setup-miniconda@v4
3131
with:
3232
activate-environment: esmvaltool
3333
environment-file: environment.yml
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
77-
- uses: conda-incubator/setup-miniconda@v3
77+
- uses: conda-incubator/setup-miniconda@v4
7878
with:
7979
architecture: ${{ matrix.architecture }}
8080
activate-environment: esmvaltool

0 commit comments

Comments
 (0)