Skip to content

Commit

Permalink
Bump conda-incubator/setup-miniconda from v2.1.0 to v2.1.1 (GenericMa…
Browse files Browse the repository at this point in the history
…ppingTools#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>
  • Loading branch information
dependabot[bot] authored and Josh Sixsmith committed Dec 21, 2022
1 parent c2a512d commit c9ee3a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Setup Miniconda
- name: Setup Miniconda
uses: conda-incubator/[email protected].0
uses: conda-incubator/[email protected].1
with:
channels: conda-forge
miniconda-version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Setup Miniconda
- name: Setup Miniconda
uses: conda-incubator/[email protected].0
uses: conda-incubator/[email protected].1
with:
activate-environment: pygmt
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# Setup Miniconda
- name: Setup Miniconda
uses: conda-incubator/[email protected].0
uses: conda-incubator/[email protected].1
with:
activate-environment: pygmt
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

# Setup Miniconda
- name: Setup Miniconda
uses: conda-incubator/[email protected].0
uses: conda-incubator/[email protected].1
with:
activate-environment: pygmt
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c9ee3a8

Please sign in to comment.