Skip to content

Commit 6603cbc

Browse files
chore(deps): bump the actions group with 2 updates (#297)
* chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). 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) Updates `pypa/cibuildwheel` from 2.23.2 to 2.23.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent e641348 commit 6603cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
uses: docker/[email protected]
7272
if: runner.os == 'Linux' && runner.arch == 'X64'
7373

74-
- uses: astral-sh/setup-uv@v5
74+
- uses: astral-sh/setup-uv@v6
7575
with:
7676
enable-cache: false
7777

7878
- name: Build wheels
79-
uses: pypa/[email protected].2
79+
uses: pypa/[email protected]
8080
env:
8181
CIBW_ARCHS: "${{ matrix.arch }}"
8282

@@ -129,7 +129,7 @@ jobs:
129129
python-version: ${{ matrix.python }}
130130
update-environment: false
131131

132-
- uses: astral-sh/setup-uv@v5
132+
- uses: astral-sh/setup-uv@v6
133133
with:
134134
enable-cache: false
135135

0 commit comments

Comments
 (0)