From 4a86f9764b74ba0cfe75cb7941e5898813cd879f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:11:53 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [install-pinned/maturin](https://github.com/install-pinned/maturin) and [install-pinned/mypy](https://github.com/install-pinned/mypy). Updates `install-pinned/maturin` from ab13013f30551a87b56c6a9c2bdd7b6287581def to 91b5410942fefb2e8c6d1d882d7183abf138fde1 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/ab13013f30551a87b56c6a9c2bdd7b6287581def...91b5410942fefb2e8c6d1d882d7183abf138fde1) Updates `install-pinned/mypy` from 15172e0901cf7045a4181d12138212867fb66389 to 55a7a5afee64ccb57c98c8742b4c841f782b212f - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/15172e0901cf7045a4181d12138212867fb66389...55a7a5afee64ccb57c98c8742b4c841f782b212f) --- updated-dependencies: - dependency-name: install-pinned/maturin dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/mypy dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pyapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyapi.yml b/.github/workflows/pyapi.yml index 9045a2e8..14f4950f 100644 --- a/.github/workflows/pyapi.yml +++ b/.github/workflows/pyapi.yml @@ -91,9 +91,9 @@ jobs: uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - name: Install maturin from PyPI - uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def + uses: install-pinned/maturin@91b5410942fefb2e8c6d1d882d7183abf138fde1 - name: Install mypy from PyPI - uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389 + uses: install-pinned/mypy@55a7a5afee64ccb57c98c8742b4c841f782b212f - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs