Skip to content

Commit 3c614b3

Browse files
Bump conda-incubator/setup-miniconda from 3 to 4
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3 to 4. - [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@v3...v4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bec8706 commit 3c614b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
fetch-depth: 1
118118

119-
- uses: conda-incubator/setup-miniconda@v3
119+
- uses: conda-incubator/setup-miniconda@v4
120120
with:
121121
activate-environment: test
122122
python-version: ${{ matrix.python }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
fetch-depth: 1
8383

84-
- uses: conda-incubator/setup-miniconda@v3
84+
- uses: conda-incubator/setup-miniconda@v4
8585
with:
8686
activate-environment: test
8787
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)