Skip to content

Commit ac4425c

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#170)
Bumps the actions group with 2 updates in the / directory: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `conda-incubator/setup-miniconda` from 3.1.1 to 3.2.0 - [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.1.1...v3.2.0) Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e8a109 commit ac4425c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Get conda
29-
uses: conda-incubator/setup-miniconda@v3.1.1
29+
uses: conda-incubator/setup-miniconda@v3.2.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
channels: conda-forge

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
submodules: true
5353

54-
- uses: astral-sh/setup-uv@v5
54+
- uses: astral-sh/setup-uv@v6
5555

5656
- uses: pypa/cibuildwheel@v3.1
5757

0 commit comments

Comments
 (0)