Skip to content

Commit 3829f3b

Browse files
authored
Update setup-miniconda to v3
1 parent f81b078 commit 3829f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23-
- uses: conda-incubator/setup-miniconda@v2
23+
- uses: conda-incubator/setup-miniconda@v3
2424
with:
2525
activate-environment: anaconda-client-env
2626
miniconda-version: "latest"
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v3
5656

57-
- uses: conda-incubator/setup-miniconda@v2
57+
- uses: conda-incubator/setup-miniconda@v3
5858
with:
5959
activate-environment: anaconda-client-env
6060
python-version: 3.8

0 commit comments

Comments
 (0)