diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 471a9a9..26e76f6 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -34,10 +34,9 @@ jobs: ref: docs - name: Setup Mambaforge - uses: conda-incubator/setup-miniconda@v2.1.1 + uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.12 - mamba-version: "*" channels: conda-forge channel-priority: true environment-file: environment.yml