Skip to content

Commit f98af34

Browse files
Bump conda-incubator/setup-miniconda from v2.0.0 to v2.0.1 (#893)
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from v2.0.0 to v2.0.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.0.0...73b9a80) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongdong Tian <[email protected]>
1 parent 529eed7 commit f98af34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cache_data.yaml

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

.github/workflows/ci_tests.yaml

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

5151
# Setup Miniconda
5252
- name: Setup Miniconda
53-
uses: conda-incubator/[email protected].0
53+
uses: conda-incubator/[email protected].1
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
channels: conda-forge

.github/workflows/ci_tests_dev.yaml

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

7272
# Setup Miniconda
7373
- name: Setup Miniconda
74-
uses: conda-incubator/[email protected].0
74+
uses: conda-incubator/[email protected].1
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
channels: conda-forge

0 commit comments

Comments
 (0)