Skip to content

Commit

Permalink
Bump py-actions/py-dependency-install from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 2 to 4.
- [Release notes](https://github.com/py-actions/py-dependency-install/releases)
- [Changelog](https://github.com/py-actions/py-dependency-install/blob/master/CHANGELOG.md)
- [Commits](py-actions/py-dependency-install@v2...v4)

---
updated-dependencies:
- dependency-name: py-actions/py-dependency-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 1115204 commit 87d9dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install libgirepository
run: sudo apt install -y libgirepository1.0-dev
- name: Install dependencies
uses: py-actions/py-dependency-install@v2
uses: py-actions/py-dependency-install@v4
with:
path: requirements.txt
- name: Run mypy
Expand Down

0 comments on commit 87d9dfc

Please sign in to comment.