diff --git a/.github/workflows/env-checks.yml b/.github/workflows/env-checks.yml index d0a5f4b..b767485 100644 --- a/.github/workflows/env-checks.yml +++ b/.github/workflows/env-checks.yml @@ -59,7 +59,7 @@ jobs: fi; # create the conda env - - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 + - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1 with: python-version: ${{ matrix.python-version }} auto-update-conda: true