Skip to content

Commit d87cf0b

Browse files
chore(deps): bump the actions group with 2 updates (#6158)
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 9.0.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v9.0.0...v10.0.1) Updates `pypa/cibuildwheel` from 4.1 to 4.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v4.1...v4.2) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '4.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 782bba5 commit d87cf0b

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
allow-prereleases: true
181181

182182
- name: Install uv
183-
uses: astral-sh/setup-uv@v9.0.0
183+
uses: astral-sh/setup-uv@v10.0.1
184184
with:
185185
enable-cache: true
186186

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: 3.11
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v9.0.0
59+
uses: astral-sh/setup-uv@v10.0.1
6060

6161
- name: Prepare env
6262
run: uv pip install --python=python --system -r tests/requirements.txt

.github/workflows/nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v9.0.0
28+
uses: astral-sh/setup-uv@v10.0.1
2929

3030
- name: Build SDist and wheels
3131
run: |

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: 3.9
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v9.0.0
34+
uses: astral-sh/setup-uv@v10.0.1
3535

3636
- name: Prepare env
3737
run: uv pip install --system -r tests/requirements.txt
@@ -55,7 +55,7 @@ jobs:
5555
python-version: 3.9
5656

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v9.0.0
58+
uses: astral-sh/setup-uv@v10.0.1
5959

6060
- name: Prepare env
6161
run: uv pip install --system -r tests/requirements.txt twine nox

.github/workflows/reusable-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: brew install boost
5353

5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v9.0.0
55+
uses: astral-sh/setup-uv@v10.0.1
5656
with:
5757
enable-cache: true
5858

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
submodules: true
2626
fetch-depth: 0
2727

28-
- uses: pypa/cibuildwheel@v4.1
28+
- uses: pypa/cibuildwheel@v4.2
2929
env:
3030
PYODIDE_BUILD_EXPORTS: whole_archive
3131
with:
@@ -48,7 +48,7 @@ jobs:
4848
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4949
- run: brew uninstall cmake && brew install cmake
5050

51-
- uses: pypa/cibuildwheel@v4.1
51+
- uses: pypa/cibuildwheel@v4.2
5252
env:
5353
CIBW_PLATFORM: ios
5454
with:
@@ -72,7 +72,7 @@ jobs:
7272
if: contains(matrix.runs-on, 'macos')
7373
run: echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
7474

75-
- uses: pypa/cibuildwheel@v4.1
75+
- uses: pypa/cibuildwheel@v4.2
7676
env:
7777
CIBW_PLATFORM: android
7878
with:

0 commit comments

Comments
 (0)