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 c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 to 69e29227c757f6cf98bfd301f2eec45cea2a06a5
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@c8c3a8f...69e2922)

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

---
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 13, 2024
1 parent 3aaeebe commit 207362a
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@c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8
uses: install-pinned/maturin@69e29227c757f6cf98bfd301f2eec45cea2a06a5
- name: Install mypy from PyPI
uses: install-pinned/mypy@acfb567eb55a86c12a58ca1d28cd3e183e6a6d63
uses: install-pinned/mypy@c6417c46426c90da6f8224c3d3b1935a812ffe75
- 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 207362a

Please sign in to comment.