diff --git a/.github/workflows/upstream-dev.yaml b/.github/workflows/upstream-dev.yaml index cba1334..940736a 100644 --- a/.github/workflows/upstream-dev.yaml +++ b/.github/workflows/upstream-dev.yaml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 # fetch all branches and tags - name: set up conda environment - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/environment.yaml environment-name: tests