Skip to content

Commit

Permalink
build(deps): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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](install-pinned/maturin@67ff909...c8c3a8f)

Updates `install-pinned/mypy` from e7fbd267da691692d1f587abebff11d9a012c2e5 to acfb567eb55a86c12a58ca1d28cd3e183e6a6d63
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@e7fbd26...acfb567)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and chrjabs committed Dec 12, 2024
1 parent 830e5c4 commit 3aaeebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aaeebe

Please sign in to comment.