From 55c35d2ffecb5bac6c5858f9881e2dd9b88db0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:54:57 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates 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](https://github.com/docker/setup-qemu-action/compare/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](https://github.com/wntrblm/nox/compare/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] --- .github/workflows/build.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4cce671..3d4dc3c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: - uses: yezz123/setup-uv@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 if: matrix.use_qemu && fromJSON(env.USE_QEMU) - name: Build wheels diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 7e9db321..696cde71 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -26,7 +26,7 @@ jobs: dependency_nice: "OpenSSL" steps: - uses: actions/checkout@v4 - - uses: wntrblm/nox@2024.10.09 + - uses: wntrblm/nox@2025.02.09 - name: "Run update: bump ${{ matrix.dependency_nice }}" id: bump run: |