Skip to content

Commit c2e0dfe

Browse files
Update conda-incubator/setup-miniconda action to v3
1 parent 9fb3fe0 commit c2e0dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}"
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: conda-incubator/setup-miniconda@v2
21+
- uses: conda-incubator/setup-miniconda@v3
2222
with:
2323
auto-activate-base: false
2424
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)