diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac95ac1f591..8530634aa2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,7 +94,7 @@ jobs: python-version: ${{ matrix.python }} if: startswith(matrix.kind, 'pip') # Python (if conda) - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ env.PYTHON_VERSION }} environment-file: ${{ env.CONDA_ENV }}