diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 41ad4a4..fd44602 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies # https://github.com/conda-incubator/setup-miniconda - uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 # v2 + uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3 with: channels: defaults,ae5-admin auto-activate-base: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 54b14b9..be02005 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies # https://github.com/conda-incubator/setup-miniconda - uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 # v2 + uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3 with: channels: defaults,ae5-admin auto-activate-base: true