From 1cd84fbd402ea3f6c2d8fe94530796de4f4810f7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Thu, 23 Nov 2023 00:19:00 +0000 Subject: [PATCH] chore(deps): update conda-incubator/setup-miniconda digest to 4370fe4 --- .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..ad5e0b5 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@4370fe4b436a028ee866076f59e2efdc37335eae 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..609f7ee 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@4370fe4b436a028ee866076f59e2efdc37335eae with: channels: defaults,conda-forge,joshburt,ae5-admin auto-activate-base: true