From a82cc1b89fc32c2103d0f643037fbc52149c79aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:55:25 +0000 Subject: [PATCH] chore(deps): update pyo3/maturin-action digest to e83996d --- .github/workflows/wheel-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel-build.yaml b/.github/workflows/wheel-build.yaml index 00597e2..e768569 100644 --- a/.github/workflows/wheel-build.yaml +++ b/.github/workflows/wheel-build.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: ${{ inputs.checkout-ref || github.ref }} - - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 + - uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: sdist args: --out dist @@ -70,7 +70,7 @@ jobs: python-version: | 3.12 3.13 - - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 + - uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: target: ${{ matrix.target }} args: --release --out dist -i python3.12 python3.13