Skip to content

Commit 1fdeafd

Browse files
chore(deps): update conda-incubator/setup-miniconda action to v4
1 parent 16b8757 commit 1fdeafd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v6
5050

5151
- name: Setup Miniconda
52-
uses: conda-incubator/setup-miniconda@v3
52+
uses: conda-incubator/setup-miniconda@v4
5353
with:
5454
auto-activate-base: true
5555
activate-environment: true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Extracted version: $VERSION"
3636
3737
- name: Conda environment creation and activation
38-
uses: conda-incubator/setup-miniconda@v3
38+
uses: conda-incubator/setup-miniconda@v4
3939
with:
4040
activate-environment: true
4141
auto-activate-base: true

0 commit comments

Comments
 (0)