From b5308196442f77d56ef8d5e00104280be6a4016f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:21:03 +0000 Subject: [PATCH] Bump the actions-production group across 1 directory with 4 updates Bumps the actions-production group with 4 updates in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [CodSpeedHQ/action](https://github.com/codspeedhq/action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `dtolnay/rust-toolchain` from 1.71.1 to 1.90.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.71.1...1.90.0) Updates `CodSpeedHQ/action` from 2 to 3 - [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/v2...v3) Updates `docker/setup-qemu-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v3) Updates `PyO3/maturin-action` from 1.42.1 to 1.45.0 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.42.1...v1.45.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production - dependency-name: CodSpeedHQ/action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 10 +++++----- .github/workflows/version.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ca159a4..2b7427db 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - "3.10" steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - name: Setup python ${{ matrix.py }} uses: actions/setup-python@v5 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: @@ -51,14 +51,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: python-version: "3.12" cache: "pip" - run: pip install -e .[test] - - uses: CodSpeedHQ/action@v2 + - uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest -vvv -n auto @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 8088a988..a9eed2a9 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -54,8 +54,8 @@ jobs: with: ref: version-${{ needs.bump.outputs.version }} - name: Setup QEMU - uses: docker/setup-qemu-action@v1 - - uses: PyO3/maturin-action@v1.42.1 + uses: docker/setup-qemu-action@v3 + - uses: PyO3/maturin-action@v1.45.0 with: manylinux: auto command: build @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.42.1 + - uses: PyO3/maturin-action@v1.45.0 with: command: build args: --release -o dist --find-interpreter @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.42.1 + - uses: PyO3/maturin-action@v1.45.0 with: command: build target: universal2-apple-darwin @@ -114,7 +114,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.42.1 + uses: PyO3/maturin-action@v1.45.0 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: