From 34358d47a3cafc108f4675245c20b1e9eca5421f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Wed, 15 Nov 2023 01:19:23 +0000 Subject: [PATCH] chore(deps): update conda-incubator/setup-miniconda digest to 99a08d5 --- .github/workflows/pull-request.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3b25098..0f1303d 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 + uses: conda-incubator/setup-miniconda@99a08d57b7564700c6a69d09e1ff94f7e6482e7d with: channels: defaults,conda-forge,joshburt,ae5-admin auto-activate-base: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e035c8d..6f1c7d5 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,7 +25,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 + uses: conda-incubator/setup-miniconda@99a08d57b7564700c6a69d09e1ff94f7e6482e7d with: channels: defaults,conda-forge,joshburt,ae5-admin auto-activate-base: true