Skip to content

Commit 15002a2

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) 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 `pypa/cibuildwheel` from 2.23 to 3.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23...v3.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: pypa/cibuildwheel dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major 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] <[email protected]>
1 parent 9d78c1e commit 15002a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/enscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.12"
2626

27-
- uses: pypa/cibuildwheel@v2.23
27+
- uses: pypa/cibuildwheel@v3.0
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
submodules: true
5353

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

56-
- uses: pypa/cibuildwheel@v2.23
56+
- uses: pypa/cibuildwheel@v3.0
5757
env:
5858
CIBW_ENABLE: cpython-prerelease
5959
CIBW_ARCHS_WINDOWS: auto ARM64

0 commit comments

Comments
 (0)