Skip to content

Commit 02f5723

Browse files
authored
Update setup-miniconda action to version 3.2
1 parent 479fae6 commit 02f5723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: Set up conda
26-
uses: conda-incubator/setup-miniconda@v2
26+
uses: conda-incubator/setup-miniconda@v3.2
2727
with:
2828
activate-environment: simdec
2929
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)