We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8182bd commit a43280bCopy full SHA for a43280b
.github/workflows/build.yaml
@@ -15,12 +15,11 @@ jobs:
15
16
runs-on: ${{ matrix.os }}
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
20
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
21
with:
22
python-version: ${{ matrix.pyversion }}
23
- auto-update-conda: true
24
channels: conda-forge,defaults
25
miniforge-variant: Miniforge3
26
use-mamba: true
0 commit comments