From 45d0e180b09aa41c2cf0c3a9b755f04618ae8a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:02:19 +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 67ff90997b8fd501e8e81c67e5cef66b45f9c779 to c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](https://github.com/install-pinned/maturin/compare/67ff90997b8fd501e8e81c67e5cef66b45f9c779...c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8) Updates `install-pinned/mypy` from e7fbd267da691692d1f587abebff11d9a012c2e5 to acfb567eb55a86c12a58ca1d28cd3e183e6a6d63 - [Release notes](https://github.com/install-pinned/mypy/releases) - [Commits](https://github.com/install-pinned/mypy/compare/e7fbd267da691692d1f587abebff11d9a012c2e5...acfb567eb55a86c12a58ca1d28cd3e183e6a6d63) --- 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 e6793211..61f2ddd2 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@67ff90997b8fd501e8e81c67e5cef66b45f9c779 + uses: install-pinned/maturin@c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 - name: Install mypy from PyPI - uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5 + uses: install-pinned/mypy@acfb567eb55a86c12a58ca1d28cd3e183e6a6d63 - name: Install python project run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat - name: Test stubs