Skip to content

Commit 97ce2c6

Browse files
dependabot[bot]lbittarello
authored andcommitted
Bump the gh-actions group with 3 updates
Bumps the gh-actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `pypa/cibuildwheel` from 2.21.2 to 2.21.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3) Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) Updates `mamba-org/setup-micromamba` from 1.9.0 to 2.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@f8b8a1e...617811f) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 836a5d3 commit 97ce2c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build wheels
20-
uses: pypa/[email protected].2
20+
uses: pypa/[email protected].3
2121
env:
2222
CIBW_ARCHS_MACOS: x86_64 arm64
2323
- uses: actions/upload-artifact@v4
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
merge-multiple: true
5959
path: dist
60-
- uses: pypa/gh-action-pypi-publish@v1.10.3
60+
- uses: pypa/gh-action-pypi-publish@v1.11.0
6161
with:
6262
repository-url: https://test.pypi.org/legacy/
6363

@@ -75,4 +75,4 @@ jobs:
7575
with:
7676
path: dist
7777
merge-multiple: true
78-
- uses: pypa/gh-action-pypi-publish@v1.10.3
78+
- uses: pypa/gh-action-pypi-publish@v1.11.0

.github/workflows/conda-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: Fetch full git history
3434
run: git fetch --prune --unshallow
35-
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
35+
- uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246
3636
with:
3737
micromamba-version: 1.5.10-0
3838
init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }}

0 commit comments

Comments
 (0)