Skip to content

Commit 57c37d1

Browse files
chore(deps): update conda-incubator/setup-miniconda digest to 505e639
1 parent fbc8dd6 commit 57c37d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3333
- name: Install dependencies
3434
# https://github.com/conda-incubator/setup-miniconda
35-
uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
35+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830
3636
with:
3737
channels: defaults,conda-forge,joshburt,ae5-admin
3838
auto-activate-base: true

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Install dependencies
2727
# https://github.com/conda-incubator/setup-miniconda
28-
uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
28+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830
2929
with:
3030
channels: defaults,conda-forge,joshburt,ae5-admin
3131
auto-activate-base: true

0 commit comments

Comments
 (0)