Skip to content

Commit 80bc73f

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 1 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v5) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) Updates `pypa/cibuildwheel` from 3.1 to 3.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3262000 commit 80bc73f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
allow-prereleases: true
192192

193193
- name: Install uv
194-
uses: astral-sh/setup-uv@v6
194+
uses: astral-sh/setup-uv@v7
195195
with:
196196
enable-cache: true
197197

@@ -778,7 +778,7 @@ jobs:
778778
timeout-minutes: 90
779779

780780
steps:
781-
- uses: actions/checkout@v1 # v1 is required to run inside docker
781+
- uses: actions/checkout@v5 # v1 is required to run inside docker
782782

783783
- name: Install requirements
784784
run: |

.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@v6
59+
uses: astral-sh/setup-uv@v7
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@v6
28+
uses: astral-sh/setup-uv@v7
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.8
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v6
34+
uses: astral-sh/setup-uv@v7
3535

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

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v6
58+
uses: astral-sh/setup-uv@v7
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
@@ -51,7 +51,7 @@ jobs:
5151
run: brew install boost
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v6
54+
uses: astral-sh/setup-uv@v7
5555
with:
5656
enable-cache: true
5757

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@v3.1
25+
- uses: pypa/cibuildwheel@v3.2
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4646
- run: brew uninstall cmake && brew install cmake
4747

48-
- uses: pypa/cibuildwheel@v3.1
48+
- uses: pypa/cibuildwheel@v3.2
4949
env:
5050
CIBW_PLATFORM: ios
5151
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
@@ -80,7 +80,7 @@ jobs:
8080
8181
- run: pipx install patchelf
8282

83-
- uses: pypa/cibuildwheel@v3.1
83+
- uses: pypa/cibuildwheel@v3.2
8484
env:
8585
CIBW_PLATFORM: android
8686
with:

0 commit comments

Comments
 (0)