Skip to content

Commit 8b90c45

Browse files
⬆️ Bump conda-incubator/setup-miniconda from 3 to 4
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3 to 4. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3...v4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d08a73d commit 8b90c45

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Setup Anaconda
13-
uses: conda-incubator/setup-miniconda@v3
13+
uses: conda-incubator/setup-miniconda@v4
1414
with:
1515
auto-update-conda: true
1616
auto-activate-base: true

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
fetch-depth: 0 # Fetch full git history for changelog feature
1010
- name: Setup Anaconda
11-
uses: conda-incubator/setup-miniconda@v3
11+
uses: conda-incubator/setup-miniconda@v4
1212
with:
1313
auto-update-conda: true
1414
auto-activate-base: true

.github/workflows/execution-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v6
18-
- uses: conda-incubator/setup-miniconda@v3
18+
- uses: conda-incubator/setup-miniconda@v4
1919
with:
2020
auto-update-conda: true
2121
python-version: ${{ matrix.python-version }}

.github/workflows/execution-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v6
18-
- uses: conda-incubator/setup-miniconda@v3
18+
- uses: conda-incubator/setup-miniconda@v4
1919
with:
2020
auto-update-conda: true
2121
python-version: ${{ matrix.python-version }}

.github/workflows/execution-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v6
18-
- uses: conda-incubator/setup-miniconda@v3
18+
- uses: conda-incubator/setup-miniconda@v4
1919
with:
2020
auto-update-conda: true
2121
python-version: ${{ matrix.python-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0 # Fetch full git history for changelog feature
2929
- name: Setup Anaconda
30-
uses: conda-incubator/setup-miniconda@v3
30+
uses: conda-incubator/setup-miniconda@v4
3131
with:
3232
auto-update-conda: true
3333
auto-activate-base: true

0 commit comments

Comments
 (0)