diff --git a/.github/workflows/python-package-conda_EOL.yml b/.github/workflows/python-package-conda_EOL.yml index 8f59f97..2755382 100644 --- a/.github/workflows/python-package-conda_EOL.yml +++ b/.github/workflows/python-package-conda_EOL.yml @@ -28,7 +28,7 @@ jobs: # $CONDA is an environment variable pointing to the root of the miniconda directory echo $CONDA/bin >> $GITHUB_PATH - name: Initiate conda channels - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: activate-environment: testenv python-version: 3.8