Skip to content

Commit 712a213

Browse files
Bump conda-incubator/setup-miniconda from v2.1.0 to v2.1.1 (#1187)
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from v2.1.0 to v2.1.1. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/master/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v2.1.0...35d1405) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e29082 commit 712a213

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Setup Miniconda
2121
- name: Setup Miniconda
22-
uses: conda-incubator/[email protected].0
22+
uses: conda-incubator/[email protected].1
2323
with:
2424
channels: conda-forge
2525
miniconda-version: "latest"

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Setup Miniconda
5858
- name: Setup Miniconda
59-
uses: conda-incubator/[email protected].0
59+
uses: conda-incubator/[email protected].1
6060
with:
6161
activate-environment: pygmt
6262
python-version: ${{ matrix.python-version }}

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Setup Miniconda
7878
- name: Setup Miniconda
79-
uses: conda-incubator/[email protected].0
79+
uses: conda-incubator/[email protected].1
8080
with:
8181
activate-environment: pygmt
8282
python-version: ${{ matrix.python-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Setup Miniconda
7575
- name: Setup Miniconda
76-
uses: conda-incubator/[email protected].0
76+
uses: conda-incubator/[email protected].1
7777
with:
7878
activate-environment: pygmt
7979
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)