Skip to content

Commit a62099c

Browse files
chore: bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `conda-incubator/setup-miniconda` from 3.0.4 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.0.4...v3.2.0) Updates `pypa/cibuildwheel` from 2.17 to 3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17...v3.1) --- 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.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40f2491 commit a62099c

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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
- name: Get conda
33-
uses: conda-incubator/setup-miniconda@v3.0.4
33+
uses: conda-incubator/setup-miniconda@v3.2.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
channels: conda-forge

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47-
- uses: pypa/cibuildwheel@v2.17
47+
- uses: pypa/cibuildwheel@v3.1
4848
env:
4949
CIBW_ARCHS_MACOS: auto universal2
5050

0 commit comments

Comments
 (0)