Skip to content

Commit 911bb6a

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) Updates `pypa/cibuildwheel` from 2.22 to 2.23 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) Updates `actions/attest-build-provenance` from 1.4.4 to 2.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@ef24412...bd77c07) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8e72b5 commit 911bb6a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: "3.12"
3535
- uses: tlambert03/setup-qt-libs@v1
36-
- uses: astral-sh/setup-uv@v4
36+
- uses: astral-sh/setup-uv@v5
3737
- run: uv pip install --system nox
3838
- run: nox -s cov
3939
- uses: AndreMiras/coveralls-python-action@develop

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: "3.11"
3434
- run: sudo apt-get install pandoc
35-
- uses: astral-sh/setup-uv@v4
35+
- uses: astral-sh/setup-uv@v5
3636
- run: uv pip install --system nox
3737
- run: nox -s doc
3838
- uses: actions/upload-pages-artifact@v3

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- if: ${{ matrix.arch == 'aarch64' }}
6262
uses: docker/setup-qemu-action@v3
6363

64-
- uses: astral-sh/setup-uv@v4
64+
- uses: astral-sh/setup-uv@v5
6565

66-
- uses: pypa/cibuildwheel@v2.22
66+
- uses: pypa/cibuildwheel@v2.23
6767
env:
6868
CIBW_BUILD: ${{ matrix.py }}-*
6969
CIBW_ARCHS: ${{ matrix.arch }}
@@ -114,7 +114,7 @@ jobs:
114114
path: dist
115115

116116
- name: Generate artifact attestation for sdist and wheels
117-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
117+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
118118
with:
119119
subject-path: "dist/iminuit-*"
120120

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
4343
- uses: rui314/setup-mold@v1
4444
if: runner.os == 'Linux'
45-
- uses: astral-sh/setup-uv@v4
45+
- uses: astral-sh/setup-uv@v5
4646
- uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)