Skip to content

Commit 13f0c29

Browse files
chore(deps): bump the actions group with 2 updates (#584)
Bumps the actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `docker/setup-qemu-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.3.0...v3.4.0) Updates `wntrblm/nox` from 2024.10.09 to 2025.02.09 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.10.09...2025.02.09) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: wntrblm/nox dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c861009 commit 13f0c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: yezz123/setup-uv@v4
119119

120120
- name: Set up QEMU
121-
uses: docker/setup-qemu-action@v3.3.0
121+
uses: docker/setup-qemu-action@v3.4.0
122122
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
123123

124124
- name: Build wheels

.github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dependency_nice: "OpenSSL"
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: wntrblm/nox@2024.10.09
29+
- uses: wntrblm/nox@2025.02.09
3030
- name: "Run update: bump ${{ matrix.dependency_nice }}"
3131
id: bump
3232
run: |

0 commit comments

Comments
 (0)