From 84437719f41e5050b99e2c5100ccc7e0f6e70dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:44:25 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `CodSpeedHQ/action` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v3.6.1...v3.7.0) Updates `PyO3/maturin-action` from 1.47.3 to 1.49.3 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.47.3...v1.49.3) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: PyO3/maturin-action dependency-version: 1.49.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/version.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f1abdf6c..923bb16a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: - run: | export UV_PROJECT_ENVIRONMENT="${pythonLocation}" uv sync --extra test --locked - - uses: CodSpeedHQ/action@v3.6.1 + - uses: CodSpeedHQ/action@v3.7.0 with: token: ${{ secrets.CODSPEED_TOKEN }} # allow updating snapshots due to indeterministic benchmarks diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 63e159a9..2fda944c 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -65,7 +65,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: target: ${{ matrix.target }} manylinux: auto @@ -91,7 +91,7 @@ jobs: if: ${{ needs.bump.result == 'skipped' }} - name: Setup QEMU uses: docker/setup-qemu-action@v3 - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: manylinux: auto command: build @@ -114,7 +114,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: command: build args: --release -o dist --find-interpreter @@ -136,7 +136,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: command: build target: universal2-apple-darwin @@ -158,7 +158,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.47.3 + uses: PyO3/maturin-action@v1.49.3 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: