Skip to content

Commit 5d46488

Browse files
chore(deps): bump the actions group across 1 directory with 4 updates (#707)
Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.1.0...v8.2.0) Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v4.0.0...v4.1.0) Updates `pypa/cibuildwheel` from 3.4 to 4.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4...v4.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-qemu-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-major 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 ad21c38 commit 5d46488

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Lint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.x"
@@ -93,20 +93,20 @@ jobs:
9393
build: ""
9494

9595
steps:
96-
- uses: actions/checkout@v6
96+
- uses: actions/checkout@v7
9797
with:
9898
fetch-depth: 0 # required for versioneer to find tags
9999

100-
- uses: astral-sh/setup-uv@v8.1.0
100+
- uses: astral-sh/setup-uv@v8.2.0
101101
with:
102102
enable-cache: false
103103

104104
- name: Set up QEMU
105-
uses: docker/setup-qemu-action@v4.0.0
105+
uses: docker/setup-qemu-action@v4.1.0
106106
if: matrix.arch == 'ppc64le' || matrix.arch == 'riscv64' || matrix.arch == 's390x'
107107

108108
- name: Build wheels
109-
uses: pypa/cibuildwheel@v3.4
109+
uses: pypa/cibuildwheel@v4.1
110110
env:
111111
CIBW_ARCHS: "${{ matrix.arch }}"
112112
CIBW_BUILD: "cp310-${{ matrix.build }}*"
@@ -121,7 +121,7 @@ jobs:
121121
needs: [lint]
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v7
125125
with:
126126
fetch-depth: 0 # required for versioneer to find tags
127127

@@ -143,8 +143,8 @@ jobs:
143143
python: ["3.8", "3.13"]
144144

145145
steps:
146-
- uses: actions/checkout@v6
147-
- uses: astral-sh/setup-uv@v8.1.0
146+
- uses: actions/checkout@v7
147+
- uses: astral-sh/setup-uv@v8.2.0
148148
with:
149149
enable-cache: false
150150

@@ -183,7 +183,7 @@ jobs:
183183
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
184184

185185
steps:
186-
- uses: actions/checkout@v6
186+
- uses: actions/checkout@v7
187187
- uses: actions/setup-python@v6
188188
id: python
189189
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- dependency: "openssl"
2626
dependency_nice: "OpenSSL"
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- uses: wntrblm/nox@2026.04.10
3030
- name: "Run update: bump ${{ matrix.dependency_nice }}"
3131
id: bump

0 commit comments

Comments
 (0)