diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 075a2b0..11e6e2f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install dependencies # https://github.com/conda-incubator/setup-miniconda - uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3 + uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3 with: channels: defaults auto-activate-base: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5554abd..af1653b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install dependencies # https://github.com/conda-incubator/setup-miniconda - uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3 + uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3 with: channels: defaults auto-activate-base: true