Skip to content

Commit

Permalink
build(deps): bump the github-actions group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the github-actions group with 2 updates in the / directory: [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 67ff90997b8fd501e8e81c67e5cef66b45f9c779
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@ab13013...67ff909)

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

---
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 10, 2024
1 parent 56d25c7 commit fb68d72
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@ab13013f30551a87b56c6a9c2bdd7b6287581def
uses: install-pinned/maturin@67ff90997b8fd501e8e81c67e5cef66b45f9c779
- name: Install mypy from PyPI
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5
- 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 fb68d72

Please sign in to comment.