diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c93034..1248279 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Conda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true python-version: ${{ matrix.python-version }}