Skip to content

Commit 7e6f1cd

Browse files
Bump conda-incubator/setup-miniconda from 2.1.1 to 2.2.0 (#2203)
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc532f1 commit 7e6f1cd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cache_data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Install Mambaforge with conda-forge dependencies
2828
- name: Setup Mambaforge
29-
uses: conda-incubator/setup-miniconda@v2.1.1
29+
uses: conda-incubator/setup-miniconda@v2.2.0
3030
with:
3131
channels: conda-forge,nodefaults
3232
channel-priority: strict

.github/workflows/ci_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Install Mambaforge with conda-forge dependencies
5757
- name: Setup Mambaforge
58-
uses: conda-incubator/setup-miniconda@v2.1.1
58+
uses: conda-incubator/setup-miniconda@v2.2.0
5959
with:
6060
activate-environment: pygmt
6161
python-version: ${{ matrix.python-version }}

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Install Mambaforge with conda-forge dependencies
7777
- name: Setup Mambaforge
78-
uses: conda-incubator/setup-miniconda@v2.1.1
78+
uses: conda-incubator/setup-miniconda@v2.2.0
7979
with:
8080
activate-environment: pygmt
8181
python-version: ${{ matrix.python-version }}

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
# Install Mambaforge with conda-forge dependencies
8383
- name: Setup Mambaforge
84-
uses: conda-incubator/setup-miniconda@v2.1.1
84+
uses: conda-incubator/setup-miniconda@v2.2.0
8585
with:
8686
activate-environment: pygmt
8787
# python-version: ${{ matrix.python-version }}

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Install Mambaforge with conda-forge dependencies
5151
- name: Setup Mambaforge
52-
uses: conda-incubator/setup-miniconda@v2.1.1
52+
uses: conda-incubator/setup-miniconda@v2.2.0
5353
with:
5454
activate-environment: pygmt
5555
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)