From 12fde806b74d718b140a065069b327ec607d168e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 06:57:18 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6) Updates `PyO3/maturin-action` from 1.47.3 to 1.49.1 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/pyo3/maturin-action/compare/v1.47.3...v1.49.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: PyO3/maturin-action dependency-version: 1.49.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 8 ++++---- .github/workflows/version.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7468e086..cbe39fdf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - "3.10" steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 63e159a9..7ee6d4ce 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.1 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.1 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.1 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.1 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.1 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: